|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.idp.jobmanager.common.JobManagerException com.adobe.idp.jobmanager.common.JobNotFoundException
public class JobNotFoundException
Represents an exception that is thrown by the JobManager service when a specified job is not found or valid.
Constructor Summary | |
---|---|
JobNotFoundException()
Constructs a new exception with a null message and cause. |
|
JobNotFoundException(java.lang.String message)
Constructs a new exception with a given message. |
|
JobNotFoundException(java.lang.Throwable throwable)
Constructs a new exception with a given cause. |
Method Summary |
---|
Methods inherited from class com.adobe.idp.jobmanager.common.JobManagerException |
---|
getNestedThrowable |
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 JobNotFoundException()
public JobNotFoundException(java.lang.String message)
message
- The detailed message.public JobNotFoundException(java.lang.Throwable throwable)
throwable
- The causing exception. Null is permitted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |