public final class EmbeddedDirectoryServerException extends OpenDsException
| Constructor and Description |
|---|
EmbeddedDirectoryServerException(org.forgerock.i18n.LocalizableMessage message)
Creates a new exception with the provided message.
|
EmbeddedDirectoryServerException(org.forgerock.i18n.LocalizableMessage message,
Throwable cause)
Creates a new exception with the provided message and root cause.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmbeddedDirectoryServerException(org.forgerock.i18n.LocalizableMessage message)
message - The message that explains the problem that occurred.public EmbeddedDirectoryServerException(org.forgerock.i18n.LocalizableMessage message,
Throwable cause)
message - The message that explains the problem that occurred.cause - The exception that was caught to trigger this exception.Copyright © 2010-2020 Wren Security. All Rights Reserved.