|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openwms.core.exception.DomainModelException
org.openwms.core.exception.InvalidPasswordException
public class InvalidPasswordException
An InvalidPasswordException indicates that a password is not confirm with the defined rules.
Constructor Summary | |
---|---|
InvalidPasswordException()
Create a new InvalidPasswordException. |
|
InvalidPasswordException(String message)
Create a new InvalidPasswordException. |
|
InvalidPasswordException(String message,
Throwable cause)
Create a new InvalidPasswordException. |
|
InvalidPasswordException(Throwable cause)
Create a new InvalidPasswordException. |
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 |
---|
public InvalidPasswordException()
public InvalidPasswordException(String message)
message
- The message textpublic InvalidPasswordException(Throwable cause)
cause
- The root cause of the exceptionpublic InvalidPasswordException(String message, Throwable cause)
message
- The message textcause
- The root cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |