|
|||||||||
| 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.adobe.idp.jobmanager.common.JobManagerException
com.adobe.idp.jobmanager.common.JobInvalidStateException
public class JobInvalidStateException
Represents an exception that is thrown when a specified job is in an
invalid state for a job request (for example, not running when the completeJob is called).
| Constructor Summary | |
|---|---|
JobInvalidStateException()
Constructs a new exception with a null message and cause. |
|
JobInvalidStateException(java.lang.String message)
Constructs a new exception with a given message. |
|
JobInvalidStateException(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 JobInvalidStateException()
null message and cause.
public JobInvalidStateException(java.lang.String message)
message - The detailed message.public JobInvalidStateException(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 | ||||||||