@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=false, mayInvoke=true) public abstract class OpenDsException extends Exception implements LocalizableException
| Modifier | Constructor and Description |
|---|---|
protected |
OpenDsException()
Creates a new identified exception.
|
protected |
OpenDsException(LocalizableMessage message)
Creates a new identified exception with the provided information.
|
protected |
OpenDsException(LocalizableMessage message,
Throwable cause)
Creates a new identified exception with the provided information.
|
protected |
OpenDsException(OpenDsException cause)
Constructs a new instance from another
OpenDsException. |
protected |
OpenDsException(Throwable cause)
Creates a new identified exception with the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizableMessage |
getMessageObject()
Returns the message that explains the problem that occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected 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(LocalizableMessage message)
message - The message that explains the problem that occurred.protected OpenDsException(Throwable cause)
cause - The underlying cause that triggered this exception.protected OpenDsException(LocalizableMessage message, Throwable cause)
message - The message that explains the problem that occurred.cause - The underlying cause that triggered this exception.public LocalizableMessage getMessageObject()
getMessageObject in interface LocalizableExceptionCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.