Package org.openwms.core.uaa
Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openwms.core.exception.DomainModelException
org.openwms.core.uaa.InvalidPasswordException
- All Implemented Interfaces:
Serializable
public class InvalidPasswordException
extends org.openwms.core.exception.DomainModelException
An InvalidPasswordException indicates that a password is not confirm with the defined rules.
- Author:
- Tina Russell, Heiko Scherrer
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidPasswordException
(String message) Create a new InvalidPasswordException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPasswordException
Create a new InvalidPasswordException.- Parameters:
message
- The message text
-