no.tornado.brap.exception
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by no.tornado.brap.exception.AuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFailedException
extends java.lang.Exception

Exception thrown by the AuthenticationProvider if authentication is required and the supplied credentials are either missing or insufficient.

See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException(java.lang.String message)
           
AuthenticationFailedException(java.lang.Throwable cause)
           
 
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(java.lang.String message)

AuthenticationFailedException

public AuthenticationFailedException(java.lang.Throwable cause)


Copyright © 2009 Syse Data AS. All Rights Reserved.