Package org.moera.lib.crypto
Class FingerprintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moera.lib.crypto.FingerprintException
- All Implemented Interfaces:
Serializable
Represents an exception that occurs during the process of generating or
restoring fingerprints.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFingerprintException
(String message) Constructs a newFingerprintException
with the specified detail message.FingerprintException
(String message, Throwable cause) Constructs a newFingerprintException
with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FingerprintException
Constructs a newFingerprintException
with the specified detail message.- Parameters:
message
- the detail message for the exception
-
FingerprintException
Constructs a newFingerprintException
with the specified detail message and cause.- Parameters:
message
- the detail message for the exceptioncause
- the cause of the exception
-