public class SinkClosedException extends SinkException
| Constructor and Description |
|---|
SinkClosedException(java.lang.String message)
Create a
SinkClosedException with an associated
message. |
SinkClosedException(java.lang.String message,
java.lang.Exception e)
Create a
SinkClosedException with an associated
message and the original exception that caused the problem. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Get the string representation of this exception.
|
public SinkClosedException(java.lang.String message)
SinkClosedException with an associated
message.message - The string message to print in the stack tracepublic SinkClosedException(java.lang.String message,
java.lang.Exception e)
SinkClosedException with an associated
message and the original exception that caused the problem.message - The string message to print in the stack tracee - The exception that caused this one.public java.lang.String toString()
SinkExceptiontoString in class SinkException