Class SchemaException

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

public class SchemaException extends RuntimeException
General Groups Registry schema exception.

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

    • SchemaException

      public SchemaException()
    • SchemaException

      public SchemaException(String msg)
    • SchemaException

      public SchemaException(String msg, Throwable cause)
    • SchemaException

      public SchemaException(Throwable cause)