public class SinkException
extends java.lang.Exception
| Constructor and Description |
|---|
SinkException(java.lang.String message)
Construct a new
SinkException instance. |
SinkException(java.lang.String message,
java.lang.Exception throwable)
Construct a new
SinkException instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Get the string representation of this exception.
|
public SinkException(java.lang.String message)
SinkException instance.message - The detail message for this exception.public SinkException(java.lang.String message,
java.lang.Exception throwable)
SinkException instance.message - The detail message for this exception.throwable - the root cause of the exception