org.japano
Class ForbiddenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.japano.ForbiddenException
All Implemented Interfaces:
java.io.Serializable

public class ForbiddenException
extends java.lang.RuntimeException

Thrown to indicate that the access to a resource is forbidden, Throwing this causes the request to be answered with a HTTP 403 error.

Version:
$Id: ForbiddenException.java,v 1.4 2005/09/27 21:30:50 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )
See Also:
Serialized Form

Constructor Summary
ForbiddenException(java.lang.String message)
           
ForbiddenException(java.lang.String message, java.lang.Throwable t)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
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

ForbiddenException

public ForbiddenException(java.lang.String message)

ForbiddenException

public ForbiddenException(java.lang.String message,
                          java.lang.Throwable t)
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception