Package com.axelor.auth.pac4j.local
Class ChangePasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.axelor.rpc.ResponseException
com.axelor.auth.pac4j.local.ChangePasswordException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class com.axelor.rpc.ResponseException
toReportMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChangePasswordException
public ChangePasswordException() -
ChangePasswordException
-
ChangePasswordException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-