edu.internet2.middleware.grouper.exception
Class RevokePrivilegeException

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.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 $
Author:
blair christensen.
See Also:
Serialized Form

Constructor Summary
RevokePrivilegeException()
           
RevokePrivilegeException(String msg)
           
RevokePrivilegeException(String msg, Throwable cause)
           
RevokePrivilegeException(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

RevokePrivilegeException

public RevokePrivilegeException()

RevokePrivilegeException

public RevokePrivilegeException(String msg)

RevokePrivilegeException

public RevokePrivilegeException(String msg,
                                Throwable cause)

RevokePrivilegeException

public RevokePrivilegeException(Throwable cause)