public class JebException extends IdentifiedException
| Constructor and Description |
|---|
JebException()
Creates a new JE backend exception.
|
JebException(LocalizableMessage message)
Creates a new JE backend exception with the provided message.
|
JebException(LocalizableMessage message,
Throwable cause)
Creates a new JE backend exception with the provided message and root
cause.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JebException()
public JebException(LocalizableMessage message)
message - The message that explains the problem that occurred.public JebException(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-2015 ForgeRock AS. All Rights Reserved.