com.sas.drugdev.remote.admin
Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)