Class StemNotFoundException

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

public class StemNotFoundException extends RuntimeException
Exception thrown when a stem is not found within the Groups Registry.

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

    • StemNotFoundException

      public StemNotFoundException()
    • StemNotFoundException

      public StemNotFoundException(String msg)
    • StemNotFoundException

      public StemNotFoundException(String msg, Throwable cause)
    • StemNotFoundException

      public StemNotFoundException(Throwable cause)