net.sf.ooweb.http
Class NotAuthorisedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NotAuthorisedException()
           
NotAuthorisedException(java.lang.String message)
           
NotAuthorisedException(java.lang.String message, java.lang.Throwable cause)
           
NotAuthorisedException(java.lang.Throwable cause)
           
 
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

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.