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, toStringCopyright © 2018 OpenMRS LLC.. All Rights Reserved.