org.openmrs.api
Class InvalidCharactersPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openmrs.api.APIException
                  extended by org.openmrs.api.PasswordException
                      extended by org.openmrs.api.InvalidCharactersPasswordException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCharactersPasswordException
extends PasswordException

Password exception when the password doesn't comply to the minimum set of required characters.

For details on what is checked, see OpenmrsUtil.validatePassword(String, String, String).

Since:
1.5
See Also:
Serialized Form

Constructor Summary
InvalidCharactersPasswordException()
           
InvalidCharactersPasswordException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCharactersPasswordException

public InvalidCharactersPasswordException()

InvalidCharactersPasswordException

public InvalidCharactersPasswordException(java.lang.String message)

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change