org.opends.server.tools.tasks
Class TaskClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opends.server.types.OpenDsException
              extended by org.opends.server.tools.tasks.TaskClientException
All Implemented Interfaces:
java.io.Serializable

public class TaskClientException
extends OpenDsException

Exception for problems related to interacting with the task backend.

See Also:
Serialized Form

Constructor Summary
TaskClientException()
          Constructs a default instance.
TaskClientException(Message message)
          Constructs a parameterized instance.
TaskClientException(Message message, java.lang.Throwable cause)
          Constructs a parameterized instance.
TaskClientException(OpenDsException cause)
          Constructs a parameterized instance.
TaskClientException(java.lang.Throwable cause)
          Constructs a parameterized instance.
 
Method Summary
 
Methods inherited from class org.opends.server.types.OpenDsException
getMessageObject
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskClientException

public TaskClientException()
Constructs a default instance.


TaskClientException

public TaskClientException(OpenDsException cause)
Constructs a parameterized instance.

Parameters:
cause - of this exception

TaskClientException

public TaskClientException(Message message)
Constructs a parameterized instance.

Parameters:
message - for this exception

TaskClientException

public TaskClientException(java.lang.Throwable cause)
Constructs a parameterized instance.

Parameters:
cause - of this exception

TaskClientException

public TaskClientException(Message message,
                           java.lang.Throwable cause)
Constructs a parameterized instance.

Parameters:
message - for this exception
cause - of this exception