Class EncryptionError
-
- All Implemented Interfaces:
-
java.io.Serializable
public class EncryptionError extends ExceptionSignals that an error occurred during encryption.
-
-
Constructor Summary
Constructors Constructor Description EncryptionError(String message, Throwable cause)Constructs a EncryptionErrorwith the specified message and cause.EncryptionError(String message)Constructs a EncryptionErrorwith the specified message.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
EncryptionError
EncryptionError(String message, Throwable cause)
Constructs a
EncryptionErrorwith the specified message and cause.- Parameters:
message- the detail message which is saved for later retrieval by the getMessage methodcause- the cause which is saved for later retrieval by the getCause method.
-
EncryptionError
EncryptionError(String message)
Constructs a
EncryptionErrorwith the specified message.- Parameters:
message- the detail message which is saved for later retrieval by the getMessage method
-
-
-
-