com.adobe.idp.taskmanager.dsc.client.queuemanager
Class QueueManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.taskmanager.dsc.client.queuemanager.QueueManagerException
All Implemented Interfaces:
java.io.Serializable

public class QueueManagerException
extends java.lang.Exception

Exception class for general exceptions thrown by the QueueManager service.

See Also:
Serialized Form

Constructor Summary
QueueManagerException(java.lang.String message)
          A constructor that uses an error message.
QueueManagerException(java.lang.String message, java.lang.Throwable cause)
          A constructor that uses an error message and creates a new exception from a causing exception.
QueueManagerException(java.lang.Throwable cause)
          A constructor that creates a new exception from a causing exception.
 
Method Summary
 
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

QueueManagerException

public QueueManagerException(java.lang.String message)
A constructor that uses an error message.

Parameters:
message - The error message.

QueueManagerException

public QueueManagerException(java.lang.Throwable cause)
A constructor that creates a new exception from a causing exception.

Parameters:
cause - The exception cause.

QueueManagerException

public QueueManagerException(java.lang.String message,
                             java.lang.Throwable cause)
A constructor that uses an error message and creates a new exception from a causing exception.

Parameters:
message - The error message.
cause - The exception cause.


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