|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.genesyslab.omsdk.commons.exception.OMSDKException
com.genesyslab.omsdk.qil.exception.QILBaseException
com.genesyslab.omsdk.qil.exception.QILRequestFailedException
com.genesyslab.omsdk.qil.exception.QILQueueNotMonitoredException
Exception thrown when an action associated with monitored queues is requested on a non-monitored QILQueue
.
QILQueue.startMonitoring()
,
QILQueue.stopMonitoring()
,
Serialized FormConstructor Summary | |
QILQueueNotMonitoredException(java.lang.String message)
Constructs the exception with given message |
|
QILQueueNotMonitoredException(java.lang.String message,
java.lang.Exception cause)
Construncts the exception with given message and caused by another exception |
Methods inherited from class com.genesyslab.omsdk.commons.exception.OMSDKException |
getExceptionCause |
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 |
Constructor Detail |
public QILQueueNotMonitoredException(java.lang.String message)
message
- the message stringpublic QILQueueNotMonitoredException(java.lang.String message, java.lang.Exception cause)
message
- the message stringcause
- the cause exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |