com.genesyslab.omsdk.commons.exception
Class ServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.genesyslab.omsdk.commons.exception.OMSDKException
              extended bycom.genesyslab.omsdk.commons.exception.ServiceException
All Implemented Interfaces:
java.io.Serializable

public class ServiceException
extends OMSDKException

Exception thrown when a service connection triggers an internal error.

Since:
7.1.008.00
See Also:
Serialized Form

Constructor Summary
ServiceException(java.lang.String message)
           
ServiceException(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

ServiceException

public ServiceException(java.lang.String message)

ServiceException

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