Package com.io7m.idstore.model
Class IdPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.idstore.error_codes.IdException
com.io7m.idstore.model.IdPasswordException
- All Implemented Interfaces:
Serializable
An exception raised by a password hashing algorithm.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdPasswordException(IdErrorCode errorCode, String message) Construct an exception.IdPasswordException(IdErrorCode errorCode, String message, Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class com.io7m.idstore.error_codes.IdException
errorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdPasswordException
Construct an exception.- Parameters:
errorCode- The error codemessage- The message
-
IdPasswordException
Construct an exception.- Parameters:
errorCode- The error codemessage- The messagecause- The cause
-