edu.internet2.middleware.grouper.exception
Class StemSetNotFoundException

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

public class StemSetNotFoundException
extends RuntimeException

Exception thrown when an stem set is not found within the Groups Registry.

Version:
$Id$
Author:
shilen.
See Also:
Serialized Form

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

StemSetNotFoundException

public StemSetNotFoundException()

StemSetNotFoundException

public StemSetNotFoundException(String msg)
Parameters:
msg -

StemSetNotFoundException

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

StemSetNotFoundException

public StemSetNotFoundException(Throwable cause)
Parameters:
cause -