AuthenticationException Class

com.bea.content
AuthenticationException Class

public class AuthenticationException

    extends RepositoryException

This Exception is thrown when a user fails authentication.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        AuthenticationException
All Implemented Interfaces

Serializable

Constructor Summary

AuthenticationException(String message, Throwable cause)

AuthenticationException(String message)

AuthenticationException(Throwable cause)

 

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(String message, 
                               Throwable cause)

AuthenticationException

public AuthenticationException(String message)

AuthenticationException

public AuthenticationException(Throwable cause)