org.japano
Class ForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 $
- Author:
- Sven Helmberger ( sven dot helmberger at gmx dot de )
- See Also:
- Serialized Form
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 |
ForbiddenException
public ForbiddenException(java.lang.String message)
ForbiddenException
public ForbiddenException(java.lang.String message,
java.lang.Throwable t)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception