public class FifoQueueException extends RuntimeException
The root of all exceptions dealing with queues that implement the
FifoQueue
interface. This exception is the general purpose
exception that is thrown when a queue error occurs.
Constructor and Description |
---|
FifoQueueException()
Constructs a default instance of the exception with no message.
|
FifoQueueException(String why)
Constructs a new instance of the exception with the specific message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FifoQueueException()
public FifoQueueException(String why)
why
- The message associated with the exceptionCopyright © 2017. All rights reserved.