public final class EmbeddedDirectoryServerException extends OpenDsException
Constructor and Description |
---|
EmbeddedDirectoryServerException(LocalizableMessage message)
Creates a new exception with the provided message.
|
EmbeddedDirectoryServerException(LocalizableMessage message,
Throwable cause)
Creates a new exception with the provided message and root cause.
|
getMessageObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EmbeddedDirectoryServerException(LocalizableMessage message)
message
- The message that explains the problem that occurred.public EmbeddedDirectoryServerException(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-2022 ForgeRock AS.