public class PasswordException extends APIException
User
's password.
Preferred use of this class and its subclass are the PasswordException()
or the
PasswordException(String)
. The empty constructor will create an exception object using
without an exception message.
For details on what is checked, see OpenmrsUtil.validatePassword(String, String, String)
.
Constructor and Description |
---|
PasswordException() |
PasswordException(String message) |
PasswordException(String message,
Throwable cause) |
PasswordException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024 OpenMRS Inc.. All rights reserved.