javax.rad.server
Class InvalidPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
javax.rad.server.InvalidPasswordException
- All Implemented Interfaces:
- Serializable
public class InvalidPasswordException
- extends SecurityException
The InvalidPasswordException is a SecurityException in case that passwords are
wrong or invalid.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPasswordException
public InvalidPasswordException(String pMessage)
- Constructs a new
InvalidPasswordException with the specified message.
- Parameters:
pMessage - the message
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.