com.genesyslab.omsdk.qil.exception
Class QILUninitializedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.genesyslab.omsdk.commons.exception.OMSDKRuntimeException
                  extended bycom.genesyslab.omsdk.qil.exception.QILUninitializedException
All Implemented Interfaces:
java.io.Serializable

public class QILUninitializedException
extends OMSDKRuntimeException

Exception thrown when attempting a request on an uninitialized QILFactory.

Since:
7.1.000.00
See Also:
QILFactory.initialize(com.genesyslab.omsdk.qil.QILInitializationParameters), Serialized Form

Constructor Summary
QILUninitializedException(java.lang.String message)
          Constructs the exception with given message
QILUninitializedException(java.lang.String message, java.lang.Exception cause)
          Constructs the exception caused by another exception
 
Methods inherited from class com.genesyslab.omsdk.commons.exception.OMSDKRuntimeException
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

QILUninitializedException

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

Parameters:
message - the message string

QILUninitializedException

public QILUninitializedException(java.lang.String message,
                                 java.lang.Exception cause)
Constructs the exception caused by another exception

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