org.openmrs.api
Class WeakPasswordException

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.WeakPasswordException
All Implemented Interfaces:
java.io.Serializable

public class WeakPasswordException
extends PasswordException

Password exception when the password is a simple word or matches the User's username or system id.

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

Since:
1.5
See Also:
Serialized Form

Constructor Summary
WeakPasswordException()
           
WeakPasswordException(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

WeakPasswordException

public WeakPasswordException()

WeakPasswordException

public WeakPasswordException(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