com.adobe.idp.jobmanager.common
Class JobNotFoundException

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

public class JobNotFoundException
extends JobManagerException

Represents an exception that is thrown by the JobManager service when a specified job is not found or valid.

See Also:
Serialized Form

Constructor Summary
JobNotFoundException()
          Constructs a new exception with a null message and cause.
JobNotFoundException(java.lang.String message)
          Constructs a new exception with a given message.
JobNotFoundException(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

JobNotFoundException

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

See Also:
Exception()

JobNotFoundException

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

Parameters:
message - The detailed message.
See Also:
Exception(java.lang.String)

JobNotFoundException

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

Parameters:
throwable - The causing exception. Null is permitted.
See Also:
Exception(java.lang.Throwable)


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