java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.DdlUtilsException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable
Direct Known Subclasses:
DatabaseOperationException, ModelException, SqlDynaException

public class DdlUtilsException extends org.apache.commons.lang.exception.NestableRuntimeException
Base class for DdlUtils exceptions.
Version:
$Revision: 289996 $
See Also:
  • Constructor Details

    • DdlUtilsException

      public DdlUtilsException()
      Creates a new empty exception object.
    • DdlUtilsException

      public DdlUtilsException(String msg)
      Creates a new exception object.
      Parameters:
      msg - The exception message
    • DdlUtilsException

      public DdlUtilsException(Throwable baseEx)
      Creates a new exception object.
      Parameters:
      baseEx - The base exception
    • DdlUtilsException

      public DdlUtilsException(String msg, Throwable baseEx)
      Creates a new exception object.
      Parameters:
      msg - The exception message
      baseEx - The base exception