|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.unboundid.util.LDAPSDKException
com.unboundid.ldap.sdk.unboundidds.tasks.TaskException
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class TaskException
NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.This class defines an exception that may be thrown while interacting with scheduled tasks.
Constructor Summary | |
---|---|
TaskException(java.lang.String message)
Creates a new task exception with the specified message. |
|
TaskException(java.lang.String message,
java.lang.Throwable cause)
Creates a new task exception with the specified message and cause. |
Method Summary |
---|
Methods inherited from class com.unboundid.util.LDAPSDKException |
---|
getExceptionMessage, toString, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TaskException(java.lang.String message)
message
- The message to use for this task exception.public TaskException(java.lang.String message, java.lang.Throwable cause)
message
- The message to use for this task exception.cause
- The underlying exception that triggered this task
exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |