org.d_haven.event
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 Summary | |
---|---|
EnqueuePredicateFailedException(String message)
Construct a new SinkException instance.
| |
EnqueuePredicateFailedException(String message, Exception throwable)
Construct a new SinkException instance.
|
Method Summary | |
---|---|
String | toString() |
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