org.opennms.core.queue
Class FifoQueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opennms.core.queue.FifoQueueException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FifoQueueClosedException
public class FifoQueueException
- extends RuntimeException
The root of all exceptions dealing with queues that implement the
FifoQueueinterface. This exception is the general purpose
exception that is thrown when a queue error occurs.
- Version:
- $Id: $
- Author:
- Brian Weaver , OpenNMS.org , Brian Weaver , OpenNMS.org
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FifoQueueException
public FifoQueueException()
- Constructs a default instance of the exception with no message.
FifoQueueException
public FifoQueueException(String why)
- Constructs a new instace of the exception with the specific message.
- Parameters:
why - The message associated with the exception
Copyright © 2011. All Rights Reserved.