org.talika.tarsis.security
Class ForbiddenAccessException

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

public class ForbiddenAccessException
extends SecurityException

Thrown by the Tarsis MVC Framework to indicate that access authorization failed.

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

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

ForbiddenAccessException

public ForbiddenAccessException()
Creates a new ForbiddenAccessException.


ForbiddenAccessException

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

Parameters:
msg - String text of the exception message.


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