Class RevokePrivilegeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.RevokePrivilegeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RevokePrivilegeAlreadyRevokedException

public class RevokePrivilegeException extends RuntimeException
Exception thrown when privilege cannot be revoked.

Version:
$Id: RevokePrivilegeException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
See Also:
  • Constructor Details

    • RevokePrivilegeException

      public RevokePrivilegeException()
    • RevokePrivilegeException

      public RevokePrivilegeException(String msg)
    • RevokePrivilegeException

      public RevokePrivilegeException(String msg, Throwable cause)
    • RevokePrivilegeException

      public RevokePrivilegeException(Throwable cause)