org.opennms.core.queue
Class FifoQueueClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opennms.core.queue.FifoQueueException
org.opennms.core.queue.FifoQueueClosedException
- All Implemented Interfaces:
- Serializable
public class FifoQueueClosedException
- extends FifoQueueException
This exception is used to represent an error condition where an attempt is
made to add an element to a closed queue.
- Version:
- $Id: $
- Author:
- Brian Weaver , OpenNMS , Brian Weaver , OpenNMS
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FifoQueueClosedException
public FifoQueueClosedException()
- Constructs a default instance of the excpetion.
FifoQueueClosedException
public FifoQueueClosedException(String why)
- Constructs a new exception with the passed explination.
- Parameters:
why - The explination message.
Copyright © 2011. All Rights Reserved.