com.adobe.idp.jobmanager.common
Class JobInvalidStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.jobmanager.common.JobManagerException
              extended by com.adobe.idp.jobmanager.common.JobInvalidStateException
All Implemented Interfaces:
java.io.Serializable

public class JobInvalidStateException
extends JobManagerException

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).

See Also:
Serialized Form

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

JobInvalidStateException

public JobInvalidStateException()
Constructs a new exception with a null message and cause.


JobInvalidStateException

public JobInvalidStateException(java.lang.String message)
Constructs a new exception with a given message.

Parameters:
message - The detailed message.

JobInvalidStateException

public JobInvalidStateException(java.lang.Throwable throwable)
Constructs a new exception with a given cause.

Parameters:
throwable - The causing exception. null is permitted.


[an error occurred while processing this directive] [an error occurred while processing this directive]