|
|||||||||
| 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
@PublicAPI(stability=VOLATILE,
mayInstantiate=false,
mayExtend=false,
mayInvoke=true)
public abstract class OpenDsExceptionThis class defines a base exception for OpenDS exceptions.
| Constructor Summary | |
|---|---|
protected |
OpenDsException()
Creates a new identified exception. |
protected |
OpenDsException(Message message)
Creates a new identified exception with the provided information. |
protected |
OpenDsException(Message message,
java.lang.Throwable cause)
Creates a new identified exception with the provided information. |
protected |
OpenDsException(OpenDsException cause)
Constructs a new instance from another OpenDsException. |
protected |
OpenDsException(java.lang.Throwable cause)
Creates a new identified exception with the provided information. |
| Method Summary | |
|---|---|
Message |
getMessageObject()
Returns the message that explains the problem that occurred. |
| 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 |
|---|
protected OpenDsException()
protected OpenDsException(OpenDsException cause)
OpenDsException.
This constructor sets the message to be that of
cause.
cause - exception whose message will be used for
this exception's message.protected OpenDsException(Message message)
message - The message that explains the problem that
occurred.protected OpenDsException(java.lang.Throwable cause)
cause - The underlying cause that triggered this
exception.
protected OpenDsException(Message message,
java.lang.Throwable cause)
message - The message that explains the problem that
occurred.cause - The underlying cause that triggered this
exception.| Method Detail |
|---|
public Message getMessageObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||