Class ChangePasswordException

All Implemented Interfaces:
Serializable

public class ChangePasswordException extends ResponseException
Thrown when a password change attempt fails due to a policy violation or other constraint.

When constructed with an InvalidPolicy, getMessage() returns a translated, user-facing message combining a generic title with the policy violation detail.

See Also:
  • Constructor Details

    • ChangePasswordException

      public ChangePasswordException()
    • ChangePasswordException

      public ChangePasswordException(String message)
    • ChangePasswordException

      public ChangePasswordException(InvalidPolicy error)
  • Method Details