Class LLPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.looseleaf.security.LLPasswordException
- All Implemented Interfaces:
Serializable
An exception raised by a password hashing algorithm.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLLPasswordException(String message) Construct an exception.LLPasswordException(String message, Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LLPasswordException
Construct an exception.- Parameters:
message- The message
-
LLPasswordException
-