com.genesyslab.omsdk.commons.exception
Class OMSDKException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.genesyslab.omsdk.commons.exception.OMSDKException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InitializationException, QILBaseException, ServiceException

public class OMSDKException
extends java.lang.Exception

Base class for OMSDK 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()