com.adobe.idp.taskmanager.dsc.client.query
Class TaskQueryServiceException

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

public class TaskQueryServiceException
extends java.lang.Exception
implements java.io.Serializable

An exception thrown from the Task Query Service.

See Also:
Serialized Form

Constructor Summary
TaskQueryServiceException(java.lang.String aMessage)
          Creates a new exception with the specified error message.
TaskQueryServiceException(java.lang.Throwable aException)
          Constructs a new exception from a Throwable exception.
TaskQueryServiceException(java.lang.Throwable aException, java.lang.String aMessage)
          Creates a new exception with the specified root exception and 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

TaskQueryServiceException

public TaskQueryServiceException(java.lang.Throwable aException)
Constructs a new exception from a Throwable exception.

Parameters:
aException - The Throwable exception.

TaskQueryServiceException

public TaskQueryServiceException(java.lang.Throwable aException,
                                 java.lang.String aMessage)
Creates a new exception with the specified root exception and error message.

Parameters:
aException - The root exception.
aMessage - The error message.

TaskQueryServiceException

public TaskQueryServiceException(java.lang.String aMessage)
Creates a new exception with the specified error message.

Parameters:
aMessage - The error message.


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