@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=false, mayInvoke=true) public class CryptoManagerException extends OpenDsException
| Constructor and Description |
|---|
CryptoManagerException(LocalizableMessage message)
Creates an exception with the given message.
|
CryptoManagerException(LocalizableMessage message,
Exception cause)
Creates an exception with the given message and underlying
cause.
|
getMessageObjectaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CryptoManagerException(LocalizableMessage message)
message - the message message.public CryptoManagerException(LocalizableMessage message, Exception cause)
message - The message message.cause - The underlying cause.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.