|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.genesyslab.omsdk.commons.exception.OMSDKRuntimeException
com.genesyslab.omsdk.commons.exception.ServiceNotConnectedException
Exception thrown when a request fails because the service is no longer connected.
This occurs when the service was disabled, the connection lost, and so on.
Constructor Summary | |
ServiceNotConnectedException(ServiceType serviceType)
|
Method Summary | |
ServiceType |
getServiceType()
Returns the type of service responsible for this 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 |
public ServiceNotConnectedException(ServiceType serviceType)
Method Detail |
public ServiceType getServiceType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |