Class GroupNotFoundException

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

public class GroupNotFoundException extends RuntimeException
Exception thrown when a group is not found within the Groups Registry.

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

    • GroupNotFoundException

      public GroupNotFoundException()
    • GroupNotFoundException

      public GroupNotFoundException(String msg)
    • GroupNotFoundException

      public GroupNotFoundException(String msg, Throwable cause)
    • GroupNotFoundException

      public GroupNotFoundException(Throwable cause)