Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.util
Class QClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ldap.util.QClosedException

All Implemented Interfaces:
java.io.Serializable

public class QClosedException
extends java.lang.Exception

This class represents the Q closed state. When this exception is thrown it means that enqueuing to the Q is not possible any more and simillarly dequeuing is not possible when the Q is empty and closed.

See Also:
WorkQueue, Serialized Form

Constructor Summary
QClosedException()
          Default Constructor.
QClosedException(java.lang.String msg)
          Constructor to create a QClosedException object with a 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

QClosedException

public QClosedException()
Default Constructor.

QClosedException

public QClosedException(java.lang.String msg)
Constructor to create a QClosedException object with a message.
Parameters:
msg - the message of the QClosedException

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.