com.adobe.idp.taskmanager.dsc.client.endpoint
Class TaskEndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.taskmanager.dsc.client.endpoint.TaskEndpointException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TaskEndpointNotFound

public class TaskEndpointException
extends java.lang.Exception

An exception class to handle exceptions thrown by the TaskManagerEndpointClient methods.

See Also:
Serialized Form

Constructor Summary
TaskEndpointException(java.lang.Exception aException)
          A constructor that creates a new exception from another exception.
TaskEndpointException(java.lang.String aMessage)
          A constructor that uses an error message.
TaskEndpointException(java.lang.String aMessage, java.lang.Exception aException)
          A constructor that uses an error message and a cause
 
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

TaskEndpointException

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

Parameters:
aMessage - The error message.

TaskEndpointException

public TaskEndpointException(java.lang.Exception aException)
A constructor that creates a new exception from another exception.

Parameters:
aException - The exception cause.

TaskEndpointException

public TaskEndpointException(java.lang.String aMessage,
                             java.lang.Exception aException)
A constructor that uses an error message and a cause

Parameters:
aMessage - The error message.
aException - the cause exception


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