com.endeca.itl.web.auth
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.itl.web.auth.AuthenticationFailedException
All Implemented Interfaces:
Serializable

public class AuthenticationFailedException
extends Exception

See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException()
           
AuthenticationFailedException(String message)
           
AuthenticationFailedException(String message, Throwable t)
           
AuthenticationFailedException(Throwable t)
           
 
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

AuthenticationFailedException

public AuthenticationFailedException()

AuthenticationFailedException

public AuthenticationFailedException(String message)

AuthenticationFailedException

public AuthenticationFailedException(Throwable t)

AuthenticationFailedException

public AuthenticationFailedException(String message,
                                     Throwable t)


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.