public class DataSinkException
extends org.apache.commons.lang.exception.NestableRuntimeException
DataSink implementations.| Constructor and Description |
|---|
DataSinkException()
Creates a new exception object.
|
DataSinkException(String message)
Creates a new exception object.
|
DataSinkException(String message,
Throwable baseEx)
Creates a new exception object.
|
DataSinkException(Throwable baseEx)
Creates a new exception object.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic DataSinkException()
public DataSinkException(String message)
message - The exception messagepublic DataSinkException(Throwable baseEx)
baseEx - The base exceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.