Class LLPasswordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.looseleaf.security.LLPasswordException
All Implemented Interfaces:
Serializable

public final class LLPasswordException extends Exception
An exception raised by a password hashing algorithm.
See Also:
  • Constructor Details

    • LLPasswordException

      public LLPasswordException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • LLPasswordException

      public LLPasswordException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The cause