Class PasswordEncodingException

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

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

    • PasswordEncodingException

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

      public PasswordEncodingException(LocalizableMessage message)
      Creates a new exception with the provided message.
      Parameters:
      message - The message that explains the problem that occurred.
  • Method Details