edu.internet2.middleware.grouper.exception
Class GroupNotFoundException

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

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

GroupNotFoundException

public GroupNotFoundException()

GroupNotFoundException

public GroupNotFoundException(String msg)

GroupNotFoundException

public GroupNotFoundException(String msg,
                              Throwable cause)

GroupNotFoundException

public GroupNotFoundException(Throwable cause)