AuthenticationException Class

com.bea.p13n.usermgmt
AuthenticationException Class

public class AuthenticationException

    extends ApplicationException

Application exception class that will be thrown when a given username and password are not valid.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        AuthenticationException
All Implemented Interfaces

Serializable

Constructor Summary

AuthenticationException()

AuthenticationException(String message, Throwable t)

Constructor
AuthenticationException(String message)

Constructor
AuthenticationException(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

AuthenticationException

public AuthenticationException()

AuthenticationException

public AuthenticationException(String message, 
                               Throwable t)
Constructor

AuthenticationException

public AuthenticationException(String message)
Constructor

AuthenticationException

public AuthenticationException(Throwable t)
Constructor