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
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.dynabean.SqlDynaException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

public class SqlDynaException extends DdlUtilsException
This exception is thrown when something dealing with sql dyna beans or classes failed.
Version:
$Revision: 289996 $
See Also:
  • Constructor Details

    • SqlDynaException

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

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

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

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