|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.sas.InvalidProcessException
public class InvalidProcessException
The InvalidProcessException is thrown when the user attempts to publish an SDD process
and the type on the FileBean is not process. It can also be thrown if you call SASService.getProcessParameters(File)
,
and the path of the process cannot be resolved.
Constructor Summary | |
---|---|
InvalidProcessException()
Null Constructor |
|
InvalidProcessException(java.lang.String message)
Construct the exception with a message |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidProcessException()
public InvalidProcessException(java.lang.String message)
message
- The exception message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |