org.apache.jetspeed.services.security
Class InsufficientPrivilegeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.turbine.util.TurbineException
              extended byorg.apache.jetspeed.services.security.JetspeedSecurityException
                  extended byorg.apache.jetspeed.services.security.AuthorizationException
                      extended byorg.apache.jetspeed.services.security.InsufficientPrivilegeException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientPrivilegeException
extends AuthorizationException

This exception is thrown when the requestor has insufficient privilege.

Version:
$Id: InsufficientPrivilegeException.java,v 1.3 2004/02/23 03:58:11 jford Exp $
Author:
David Sean Taylor
See Also:
Serialized Form

Constructor Summary
InsufficientPrivilegeException()
          Constructs an InsufficientPrivilegeException with no detail message.
InsufficientPrivilegeException(java.lang.String msg)
          Constructs an InsufficientPrivilegeException with the specified detail message.
InsufficientPrivilegeException(java.lang.String msg, java.lang.Throwable nested)
          Construct a nested exception.
 
Methods inherited from class org.apache.turbine.util.TurbineException
getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientPrivilegeException

public InsufficientPrivilegeException()
Constructs an InsufficientPrivilegeException with no detail message. A detail message is a String that describes this particular exception.


InsufficientPrivilegeException

public InsufficientPrivilegeException(java.lang.String msg)
Constructs an InsufficientPrivilegeException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
msg - the detail message.

InsufficientPrivilegeException

public InsufficientPrivilegeException(java.lang.String msg,
                                      java.lang.Throwable nested)
Construct a nested exception.

Parameters:
msg - The detail message.
nested - the exception or error that caused this exception to be thrown.


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.