edu.internet2.middleware.grouper.exception
Class StemAddException

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.StemAddException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StemAddAlreadyExistsException

public class StemAddException
extends RuntimeException

Exception thrown when a stem cannot be added to the Groups Registry.

Version:
$Id: StemAddException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
Author:
blair christensen.
See Also:
Serialized Form

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

StemAddException

public StemAddException()

StemAddException

public StemAddException(String msg)

StemAddException

public StemAddException(String msg,
                        Throwable cause)

StemAddException

public StemAddException(Throwable cause)