org.openmrs.api
Class ShortPasswordException

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

public class ShortPasswordException
extends PasswordException

Password exception when the length is less than the minimum allowed.

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

Since:
1.5
See Also:
Serialized Form

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

ShortPasswordException

public ShortPasswordException()

ShortPasswordException

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