edu.internet2.middleware.grouper.exception
Class GroupSetNotFoundException

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.GroupSetNotFoundException
All Implemented Interfaces:
Serializable

public class GroupSetNotFoundException
extends RuntimeException

Author:
shilen $Id: GroupSetNotFoundException.java,v 1.1 2009-06-09 22:55:39 shilen Exp $
See Also:
Serialized Form

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

GroupSetNotFoundException

public GroupSetNotFoundException()

GroupSetNotFoundException

public GroupSetNotFoundException(String msg)
Parameters:
msg -

GroupSetNotFoundException

public GroupSetNotFoundException(String msg,
                                 Throwable cause)
Parameters:
msg -
cause -

GroupSetNotFoundException

public GroupSetNotFoundException(Throwable cause)
Parameters:
cause -