edu.internet2.middleware.grouper.exception
Class InsufficientPrivilegeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.exception.InsufficientPrivilegeException
All Implemented Interfaces:
Serializable

public class InsufficientPrivilegeException
extends RuntimeException

Exception thrown when an operation cannot be performed due to insufficient privileges.

Version:
$Id: InsufficientPrivilegeException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
Author:
blair christensen.
See Also:
Serialized Form

Constructor Summary
InsufficientPrivilegeException()
           
InsufficientPrivilegeException(String msg)
           
InsufficientPrivilegeException(String msg, Throwable cause)
           
InsufficientPrivilegeException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientPrivilegeException

public InsufficientPrivilegeException()

InsufficientPrivilegeException

public InsufficientPrivilegeException(String msg)

InsufficientPrivilegeException

public InsufficientPrivilegeException(String msg,
                                      Throwable cause)

InsufficientPrivilegeException

public InsufficientPrivilegeException(Throwable cause)