InvalidPasswordException Class

com.bea.p13n.usermgmt
InvalidPasswordException Class

public class InvalidPasswordException

    extends ApplicationException

Application exception class that will be thrown when an attempt is made to create a user with an invalid password.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        InvalidPasswordException
All Implemented Interfaces

Serializable

Constructor Summary

InvalidPasswordException()

InvalidPasswordException(String message, Throwable t)

Constructor
InvalidPasswordException(String message)

Constructor
InvalidPasswordException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

InvalidPasswordException

public InvalidPasswordException()

InvalidPasswordException

public InvalidPasswordException(String message, 
                                Throwable t)
Constructor

InvalidPasswordException

public InvalidPasswordException(String message)
Constructor

InvalidPasswordException

public InvalidPasswordException(Throwable t)
Constructor