org.apache.ddlutils.io
Class DataSinkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
org.apache.ddlutils.io.DataSinkException
- All Implemented Interfaces:
- Serializable, Nestable
public class DataSinkException
- extends NestableRuntimeException
Exception generated by DataSink
implementations.
- Version:
- $Revision: 289996 $
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
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 messagebaseEx
- The base exception
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.