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(java.lang.String message) |
PasswordException(java.lang.String message,
java.lang.Throwable cause) |
PasswordException(java.lang.Throwable cause) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.