OpenNMS API 1.2.3

org.opennms.core.queue
Class FifoQueueClosedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opennms.core.queue.FifoQueueException
              extended byorg.opennms.core.queue.FifoQueueClosedException
All Implemented Interfaces:
java.io.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.

Author:
Brian Weaver , OpenNMS
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FifoQueueClosedException()
          Constructs a default instance of the excpetion.
FifoQueueClosedException(java.lang.String why)
          Constructs a new exception with the passed explination.
 
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(java.lang.String why)
Constructs a new exception with the passed explination.

Parameters:
why - The explination message.

OpenNMS API 1.2.3

Generated by eevans on May 29 2005 2015.