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.io.DataSinkException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

public class DataSinkException extends org.apache.commons.lang.exception.NestableRuntimeException
Exception generated by org.apache.ddlutils.io.DataSink implementations.
Version:
$Revision: 289996 $
See Also:
  • Constructor Details

    • DataSinkException

      public DataSinkException()
      Creates a new exception object.
    • DataSinkException

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

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

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