com.genesyslab.omsdk.qil.exception
Class QILQueueNotActiveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.genesyslab.omsdk.commons.exception.OMSDKException
              extended bycom.genesyslab.omsdk.qil.exception.QILBaseException
                  extended bycom.genesyslab.omsdk.qil.exception.QILRequestFailedException
                      extended bycom.genesyslab.omsdk.qil.exception.QILQueueNotActiveException
All Implemented Interfaces:
java.io.Serializable

Deprecated. as pf 7.2.007.00

public class QILQueueNotActiveException
extends QILRequestFailedException

Exception thrown when the client application requests actions on an inactive queue.

Since:
7.1.000.00
See Also:
Serialized Form

Constructor Summary
QILQueueNotActiveException(java.lang.String message)
          Deprecated. Constructs the exception with given message
QILQueueNotActiveException(java.lang.String message, java.lang.Exception cause)
          Deprecated. 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

QILQueueNotActiveException

public QILQueueNotActiveException(java.lang.String message)
Deprecated. 
Constructs the exception with given message

Parameters:
message - the message string

QILQueueNotActiveException

public QILQueueNotActiveException(java.lang.String message,
                                  java.lang.Exception cause)
Deprecated. 
Construncts the exception with given message and caused by another exception

Parameters:
message - the message string
cause - the cause exception