public class EnqueuePredicateFailedException extends SinkException
The interface design is heavily influenced by Matt Welsh's SandStorm server, his demonstration of the SEDA architecture. We have deviated where we felt the design differences where better.
| Constructor and Description |
|---|
EnqueuePredicateFailedException(java.lang.String message)
Construct a new
SinkException instance. |
EnqueuePredicateFailedException(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 EnqueuePredicateFailedException(java.lang.String message)
SinkException instance.message - The detail message for this exception.public EnqueuePredicateFailedException(java.lang.String message,
java.lang.Exception throwable)
SinkException instance.message - The detail message for this exception.throwable - the root cause of the exceptionpublic java.lang.String toString()
SinkExceptiontoString in class SinkException