Class InsufficientPrivilegeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 $
See Also:
  • Constructor Details

    • InsufficientPrivilegeException

      public InsufficientPrivilegeException()
    • InsufficientPrivilegeException

      public InsufficientPrivilegeException(String msg)
    • InsufficientPrivilegeException

      public InsufficientPrivilegeException(String msg, Throwable cause)
    • InsufficientPrivilegeException

      public InsufficientPrivilegeException(Throwable cause)