Class StemDeleteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.StemDeleteException
All Implemented Interfaces:
Serializable

public class StemDeleteException extends RuntimeException
Exception thrown when a stem cannot be deleted from the Groups Registry.

Version:
$Id: StemDeleteException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
See Also:
  • Constructor Details

    • StemDeleteException

      public StemDeleteException()
    • StemDeleteException

      public StemDeleteException(String msg)
    • StemDeleteException

      public StemDeleteException(String msg, Throwable cause)
    • StemDeleteException

      public StemDeleteException(Throwable cause)