org.talika.tarsis.security
Class AuthenticationRequiredException

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.AuthenticationRequiredException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationRequiredException
extends SecurityException

Thrown by the Tarsis MVC Framework to indicate that authentication is required.

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

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

AuthenticationRequiredException

public AuthenticationRequiredException()
Creates a new AuthenticationRequiredException.


AuthenticationRequiredException

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

Parameters:
msg - String text of the exception message.


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