org.d_haven.event
public class SinkClosedException extends SinkException
| Constructor Summary | |
|---|---|
| SinkClosedException(String message)
Create a SinkClosedException with an associated
message.
| |
| SinkClosedException(String message, Exception e)
Create a SinkClosedException with an associated
message and the original exception that caused the problem.
| |
| Method Summary | |
|---|---|
| String | toString() |
SinkClosedException with an associated
message.
Parameters: message The string message to print in the stack trace
SinkClosedException with an associated
message and the original exception that caused the problem.
Parameters: message The string message to print in the stack trace e The exception that caused this one.