Class PasswordEncoderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.exception.PasswordEncoderException
All Implemented Interfaces:
Serializable

public class PasswordEncoderException extends RuntimeException
An exception that is thrown if we have failed to encrypt a password with a given PasswordEncoder
See Also:
  • Constructor Details

    • PasswordEncoderException

      public PasswordEncoderException(String s)
    • PasswordEncoderException

      public PasswordEncoderException(String s, Throwable throwable)