com.genesyslab.omsdk.qil.exception
Class QILOperationNotAvailableException

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.QILOperationNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class QILOperationNotAvailableException
extends QILRequestFailedException

Exception thrown when the requested operation is not available due to the current run mode.

Since:
7.1.011.00
See Also:
QILFactory.changeOperationalMode(com.genesyslab.omsdk.qil.QILOperationalMode), Serialized Form

Constructor Summary
QILOperationNotAvailableException(java.lang.String message)
           
QILOperationNotAvailableException(java.lang.String message, java.lang.Exception cause)
           
 
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

QILOperationNotAvailableException

public QILOperationNotAvailableException(java.lang.String message)

QILOperationNotAvailableException

public QILOperationNotAvailableException(java.lang.String message,
                                         java.lang.Exception cause)