Class StemAddException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 $
See Also:
  • Constructor Details

    • StemAddException

      public StemAddException()
    • StemAddException

      public StemAddException(String msg)
    • StemAddException

      public StemAddException(String msg, Throwable cause)
    • StemAddException

      public StemAddException(Throwable cause)