Class PasswordEncodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.opendj.security.hash.PasswordEncodingException
All Implemented Interfaces:
Serializable

public final class PasswordEncodingException extends Exception
Generic exception in case an error happens during a password's encoding operation.
See Also:
  • Constructor Details

    • PasswordEncodingException

      public PasswordEncodingException(Exception cause)
      Constructs a PasswordEncodingException.
      Parameters:
      cause - the root cause of the exception.
    • PasswordEncodingException

      public PasswordEncodingException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
  • Method Details