com.genesyslab.omsdk.commons.exception
Class OMSDKConnectorUninitializedException

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

public class OMSDKConnectorUninitializedException
extends OMSDKRuntimeException

Exception thrown when attempting a request on an uninitialized OMSDKConnector.

Since:
7.1.008.00
See Also:
Serialized Form

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

OMSDKConnectorUninitializedException

public OMSDKConnectorUninitializedException(java.lang.String message)

OMSDKConnectorUninitializedException

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