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 SummaryConstructorsConstructorDescriptionInvalidPasswordException(String message) Create a new InvalidPasswordException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidPasswordExceptionCreate a new InvalidPasswordException.- Parameters:
- message- The message text
 
 
-