org.talika.tarsis.security
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.talika.tarsis.security.SecurityException
              extended by org.talika.tarsis.security.AuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFailedException
extends SecurityException

Thrown by the Tarsis MVC Framework to indicate that authentication failed.

Version:
$Revision: 124 $
Author:
Jose M. Palomar
See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException()
          Creates a new AuthenticationFailedException.
AuthenticationFailedException(java.lang.String msg)
          Creates a new AuthenticationFailedException.
 
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()
Creates a new AuthenticationFailedException.


AuthenticationFailedException

public AuthenticationFailedException(java.lang.String msg)
Creates a new AuthenticationFailedException.

Parameters:
msg - String text of the exception message.


Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.