javax.rad.server
Class InvalidPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by javax.rad.server.InvalidPasswordException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPasswordException
extends java.lang.SecurityException

The InvalidPasswordException is a SecurityException in case that passwords are wrong or invalid.

See Also:
Serialized Form

Constructor Summary
InvalidPasswordException(java.lang.String pMessage)
          Constructs a new InvalidPasswordException with the specified message.
 
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(java.lang.String pMessage)
Constructs a new InvalidPasswordException with the specified message.

Parameters:
pMessage - the message


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.