public class FifoQueueClosedException extends FifoQueueException
queue
.Constructor and Description |
---|
FifoQueueClosedException()
Constructs a default instance of the excpetion.
|
FifoQueueClosedException(String why)
Constructs a new exception with the passed explination.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FifoQueueClosedException()
public FifoQueueClosedException(String why)
why
- The explination message.Copyright © 2015. All Rights Reserved.