|
|||||||||
| 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.types.IdentifiedException
@PublicAPI(stability=VOLATILE,
mayInstantiate=false,
mayExtend=false,
mayInvoke=true)
public abstract class IdentifiedExceptionThis class defines a base exception that should be extended by any exception that exposes a unique identifier for the associated message.
| Constructor Summary | |
|---|---|
protected |
IdentifiedException()
Creates a new identified exception. |
protected |
IdentifiedException(Message message)
Creates a new identified exception with the provided information. |
protected |
IdentifiedException(Message message,
java.lang.Throwable cause)
Creates a new identified exception with the provided information. |
protected |
IdentifiedException(java.lang.Throwable cause)
Creates a new identified exception with the provided information. |
| 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 |
|---|
protected IdentifiedException()
protected IdentifiedException(Message message)
message - The message that explains the problem that
occurred.protected IdentifiedException(java.lang.Throwable cause)
cause - The underlying cause that triggered this
exception.
protected IdentifiedException(Message message,
java.lang.Throwable cause)
message - The message that explains the problem that
occurred.cause - The underlying cause that triggered this
exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||