BEA Systems, Inc.

com.connecterra.util.event
Class QueueFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.connecterra.util.event.QueueFullException
All Implemented Interfaces:
Serializable

public class QueueFullException
extends Exception

This method may be thrown when an Event is queued on a receiver which is over its high water mark.

See Also:
Serialized Form

Constructor Summary
QueueFullException()
           
QueueFullException(String message)
           
QueueFullException(String message, Throwable cause)
           
QueueFullException(Throwable cause)
           
 
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

QueueFullException

public QueueFullException()

QueueFullException

public QueueFullException(String message)

QueueFullException

public QueueFullException(String message,
                          Throwable cause)

QueueFullException

public QueueFullException(Throwable cause)

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.