OSMQ
v2.0.1

osmq.mque
Class QueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byosmq.mque.QueueException
All Implemented Interfaces:
java.io.Serializable

public class QueueException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
static int QE_CAPACITY_EXCEEDED
           
static int QE_CLOSED
           
static int QE_DOUBLE_PUSH_BACK
           
static int QE_READ_HALTED
           
static int QE_SAVING_TO_TEXT_FILE
           
static int QE_UNKNOWN
           
static int QE_WRITE_HALTED
           
 
Constructor Summary
QueueException()
           
QueueException(java.lang.String msg)
           
QueueException(java.lang.String msg, int flag)
           
 
Method Summary
 int getQeFlag()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

QE_UNKNOWN

public static final int QE_UNKNOWN
See Also:
Constant Field Values

QE_WRITE_HALTED

public static final int QE_WRITE_HALTED
See Also:
Constant Field Values

QE_CAPACITY_EXCEEDED

public static final int QE_CAPACITY_EXCEEDED
See Also:
Constant Field Values

QE_READ_HALTED

public static final int QE_READ_HALTED
See Also:
Constant Field Values

QE_CLOSED

public static final int QE_CLOSED
See Also:
Constant Field Values

QE_DOUBLE_PUSH_BACK

public static final int QE_DOUBLE_PUSH_BACK
See Also:
Constant Field Values

QE_SAVING_TO_TEXT_FILE

public static final int QE_SAVING_TO_TEXT_FILE
See Also:
Constant Field Values
Constructor Detail

QueueException

public QueueException()

QueueException

public QueueException(java.lang.String msg)

QueueException

public QueueException(java.lang.String msg,
                      int flag)
Method Detail

getQeFlag

public int getQeFlag()

(c) 2000 - 2003 MQue Systems
All Rights Reserved