com.adobe.idp.jobmanager.common
Class JobStateChangeException

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.JobStateChangeException
All Implemented Interfaces:
java.io.Serializable

public class JobStateChangeException
extends JobManagerException

Represents an exception that is thrown when a job event listener // refuses a job lifecycle event.

See Also:
Serialized Form

Constructor Summary
JobStateChangeException()
          Default constructor.
JobStateChangeException(java.lang.String message)
          Constructor that uses the specified error message.
JobStateChangeException(java.lang.Throwable throwable)
          Constructor that uses the specified exception.
 
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

JobStateChangeException

public JobStateChangeException()
Default constructor.


JobStateChangeException

public JobStateChangeException(java.lang.String message)
Constructor that uses the specified error message.

Parameters:
message - The error message.

JobStateChangeException

public JobStateChangeException(java.lang.Throwable throwable)
Constructor that uses the specified exception.

Parameters:
throwable - The exception.


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