com.adobe.idp.jobmanager.common
Class JobManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.jobmanager.common.JobManagerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JobInvalidStateException, JobNotFoundException, JobStateChangeException

public class JobManagerException
extends java.lang.Exception

Represents general exceptions that are thrown by the JobManager service.

See Also:
Serialized Form

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

JobManagerException

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


JobManagerException

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

Parameters:
message - The detailed message.

JobManagerException

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

Parameters:
throwable - The causing exception. Null is permitted.
Method Detail

getNestedThrowable

public java.lang.Throwable getNestedThrowable()
Returns the cause of the exception.

Returns:
The cause of the exception.


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