edu.internet2.middleware.grouper.ui
Class MissingGroupOrStemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.ui.MissingGroupOrStemException
All Implemented Interfaces:
Serializable

public class MissingGroupOrStemException
extends RuntimeException

Thrown when an id does not match to a group or stem

Version:
$Id: MissingGroupOrStemException.java,v 1.1 2008-04-13 16:15:26 isgwb Exp $
Author:
Gary Brown.
See Also:
Serialized Form

Constructor Summary
MissingGroupOrStemException(String message)
           
 
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

MissingGroupOrStemException

public MissingGroupOrStemException(String message)