org.opennms.core.queue
Class FifoQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
FifoQueueException()
          Constructs a default instance of the exception with no message.
FifoQueueException(String why)
          Constructs a new instace of the exception with the specific message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.