osmq.mque
Class QueueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
osmq.mque.QueueException
- All Implemented Interfaces:
- java.io.Serializable
- public class QueueException
- extends java.io.IOException
- See Also:
- Serialized Form
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 |
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
QueueException
public QueueException()
QueueException
public QueueException(java.lang.String msg)
QueueException
public QueueException(java.lang.String msg,
int flag)
getQeFlag
public int getQeFlag()