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

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

public class TaskEndpointNotFound
extends TaskEndpointException

An exception class indicating that the endpoint specified could not be found.

See Also:
Serialized Form

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

TaskEndpointNotFound

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

Parameters:
aMessage - The error message.

TaskEndpointNotFound

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

Parameters:
aException - The exception cause.


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