org.opennms.core.queue
Class FifoQueueClosedException

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
                  extended by 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

Constructor Summary
FifoQueueClosedException()
          Constructs a default instance of the excpetion.
FifoQueueClosedException(String why)
          Constructs a new exception with the passed explination.
 
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

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.