|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.tools.tasks.TaskClientException
public class TaskClientException
Exception for problems related to interacting with the task backend.
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 |
---|
public TaskClientException()
public TaskClientException(OpenDsException cause)
cause
- of this exceptionpublic TaskClientException(Message message)
message
- for this exceptionpublic TaskClientException(java.lang.Throwable cause)
cause
- of this exceptionpublic TaskClientException(Message message, java.lang.Throwable cause)
message
- for this exceptioncause
- of this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |