InvalidPasswordException Class
- public class InvalidPasswordException
extends ApplicationException
Application exception class that will be thrown when an attempt is made
to create a user with an invalid password.
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
InvalidPasswordException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvalidPasswordException
public InvalidPasswordException()
InvalidPasswordException
public InvalidPasswordException(String
message,
Throwable
t)
- Constructor
InvalidPasswordException
public InvalidPasswordException(String
message)
- Constructor
InvalidPasswordException
public InvalidPasswordException(Throwable
t)
- Constructor