|
|||||||||
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
public class JobManagerException
Represents general exceptions that are thrown by the JobManager service.
Constructor Summary | |
---|---|
JobManagerException()
Constructs a new exception with a null message and cause. |
|
JobManagerException(java.lang.String message)
Constructs a new exception with a given message. |
|
JobManagerException(java.lang.Throwable throwable)
Constructs a new exception with a given cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getNestedThrowable()
Returns the cause of the exception. |
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 JobManagerException()
public JobManagerException(java.lang.String message)
message
- The detailed message.public JobManagerException(java.lang.Throwable throwable)
throwable
- The causing exception. Null is permitted.Method Detail |
---|
public java.lang.Throwable getNestedThrowable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |