net.sf.ooweb.http
Class NotAuthorisedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.ooweb.http.NotAuthorisedException
- All Implemented Interfaces:
- java.io.Serializable
public class NotAuthorisedException
- extends java.lang.Exception
NotAuthorizedException is thrown to indicate that the authenticated
user has no permission to perform the requested action
- Since:
- 0.5
- Author:
- Darren Davison
- See Also:
- Serialized Form
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 |
NotAuthorisedException
public NotAuthorisedException()
NotAuthorisedException
public NotAuthorisedException(java.lang.String message)
NotAuthorisedException
public NotAuthorisedException(java.lang.String message,
java.lang.Throwable cause)
NotAuthorisedException
public NotAuthorisedException(java.lang.Throwable cause)
Copyright (C) 2005-2007 OOWeb Authors.