com.genesyslab.omsdk.commons.exception
Class OMSDKRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.genesyslab.omsdk.commons.exception.OMSDKRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OMSDKConnectorUninitializedException, QILRuntimeException, QILUninitializedException, ServiceNotConnectedException

public class OMSDKRuntimeException
extends java.lang.RuntimeException

Base class for all OMSDK runtime exceptions.

For further details, see this exception's subclasses.

Since:
7.1.008.00
See Also:
Serialized Form

Method Summary
 java.lang.Exception 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
 

Method Detail

getExceptionCause

public java.lang.Exception getExceptionCause()