Class StemSetNotFoundException

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

public class StemSetNotFoundException extends RuntimeException
Exception thrown when an stem set is not found within the Groups Registry.

Version:
$Id$
See Also:
  • Constructor Details

    • StemSetNotFoundException

      public StemSetNotFoundException()
    • StemSetNotFoundException

      public StemSetNotFoundException(String msg)
      Parameters:
      msg -
    • StemSetNotFoundException

      public StemSetNotFoundException(String msg, Throwable cause)
      Parameters:
      msg -
      cause -
    • StemSetNotFoundException

      public StemSetNotFoundException(Throwable cause)
      Parameters:
      cause -