Class GrantPrivilegeException

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

public class GrantPrivilegeException extends RuntimeException
Exception thrown when a prvilege cannot be granted.

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

    • GrantPrivilegeException

      public GrantPrivilegeException()
    • GrantPrivilegeException

      public GrantPrivilegeException(String msg)
    • GrantPrivilegeException

      public GrantPrivilegeException(String msg, Throwable cause)
    • GrantPrivilegeException

      public GrantPrivilegeException(Throwable cause)