public class CryptException
extends Exception
| Constructor and Description |
|---|
CryptException()
Constructs an instance.
|
CryptException(Messages.Entry messagesEntry,
Object... params)
Constructs an instance.
|
CryptException(String message)
Deprecated.
For temporary use.
|
CryptException(String message,
Throwable cause)
Deprecated.
For temporary use.
|
CryptException(Throwable cause)
Constructs an instance.
|
public CryptException()
@Deprecated public CryptException(String message)
message - A detail message.public CryptException(@Nonnull
Throwable cause)
cause - The exception cause.public CryptException(@Nonnull
Messages.Entry messagesEntry,
@Nonnull
Object... params)
messagesEntry - A messages entry.params - The message parameters.@Deprecated
public CryptException(@Nonnull
String message,
@Nonnull
Throwable cause)
message - A detail message.cause - The exception cause.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.