Class GroupDeleteException

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

public class GroupDeleteException extends RuntimeException
Exception thrown when a group cannot be deleted from the Groups Registry.

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

    • GroupDeleteException

      public GroupDeleteException()
    • GroupDeleteException

      public GroupDeleteException(String msg)
    • GroupDeleteException

      public GroupDeleteException(String msg, Throwable cause)
    • GroupDeleteException

      public GroupDeleteException(Throwable cause)