Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuxeo.ecm.core.api.NuxeoException
org.nuxeo.ecm.platform.usermanager.exceptions.InvalidPasswordException
- All Implemented Interfaces:
Serializable
Exception thrown when a password did not validate the
UserManager.validatePassword(java.lang.String)
method.- Since:
- 8.4
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
Constructor Summary
ConstructorDescriptionInvalidPasswordException
(String message) InvalidPasswordException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPasswordException
public InvalidPasswordException() -
InvalidPasswordException
-
InvalidPasswordException
-
InvalidPasswordException
-