org.openwms.core.exception
Class InvalidPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openwms.core.exception.DomainModelException
              extended by org.openwms.core.exception.InvalidPasswordException
All Implemented Interfaces:
Serializable

public class InvalidPasswordException
extends DomainModelException

An InvalidPasswordException indicates that a password is not confirm with the defined rules.

Since:
0.1
Version:
$Revision: 1507 $
Author:
Tina Russell
See Also:
Serialized Form

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

InvalidPasswordException

public InvalidPasswordException()
Create a new InvalidPasswordException.


InvalidPasswordException

public InvalidPasswordException(String message)
Create a new InvalidPasswordException.

Parameters:
message - The message text

InvalidPasswordException

public InvalidPasswordException(Throwable cause)
Create a new InvalidPasswordException.

Parameters:
cause - The root cause of the exception

InvalidPasswordException

public InvalidPasswordException(String message,
                                Throwable cause)
Create a new InvalidPasswordException.

Parameters:
message - The message text
cause - The root cause of the exception


Copyright © 2005-2011 openwms.org. All Rights Reserved.