org.talika.tarsis.security
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.talika.tarsis.security.SecurityException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationFailedException, AuthenticationRequiredException, ForbiddenAccessException

public class SecurityException
extends java.lang.Exception

Thrown by the Tarsis MVC Framework to indicate a security problem.

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

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

SecurityException

public SecurityException()
Creates a new SecurityException.


SecurityException

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

Parameters:
msg - String text of the exception message.


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