org.d_haven.event
public class SinkException extends Exception
| Constructor Summary | |
|---|---|
| SinkException(String message)
Construct a new SinkException instance.
| |
| SinkException(String message, Exception throwable)
Construct a new SinkException instance.
| |
| Method Summary | |
|---|---|
| String | toString()
Get the string representation of this exception.
|
SinkException instance.
Parameters: message The detail message for this exception.
SinkException instance.
Parameters: message The detail message for this exception. throwable the root cause of the exception
Returns: the string message