com.connecterra.util.event
Class QueueFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.util.event.QueueFullException
- All Implemented Interfaces:
- Serializable
public class QueueFullException
- extends Exception
This method may be thrown when an Event
is queued on a
receiver which is over its high water mark.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueueFullException
public QueueFullException()
QueueFullException
public QueueFullException(String message)
QueueFullException
public QueueFullException(String message,
Throwable cause)
QueueFullException
public QueueFullException(Throwable cause)