com.sas.drugdev.remote.admin
Class InvalidPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.drugdev.remote.admin.InvalidPasswordException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPasswordException
extends java.lang.Exception

The InvalidPasswordException is thrown when a user tries to change his/her password, but the new password doesn't conform to the password rules.

See Also:
Serialized Form

Constructor Summary
InvalidPasswordException()
           
InvalidPasswordException(java.lang.String arg0)
           
InvalidPasswordException(java.lang.String arg0, java.lang.Throwable arg1)
           
InvalidPasswordException(java.lang.Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPasswordException

public InvalidPasswordException()

InvalidPasswordException

public InvalidPasswordException(java.lang.String arg0,
                                java.lang.Throwable arg1)

InvalidPasswordException

public InvalidPasswordException(java.lang.String arg0)

InvalidPasswordException

public InvalidPasswordException(java.lang.Throwable arg0)