|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.genesyslab.omsdk.commons.exception.OMSDKException
com.genesyslab.omsdk.qil.exception.QILBaseException
com.genesyslab.omsdk.qil.exception.QILRequestFailedException
com.genesyslab.omsdk.qil.exception.QILTimeoutException
Exception thrown when a request to the Configuration Layer times out.
Constructor Summary | |
QILTimeoutException(int timeout)
Constructor for this exception. |
|
QILTimeoutException(java.lang.String message,
int timeout,
java.lang.Exception cause)
Constructs the exception caused by another exception |
Method Summary | |
int |
getTimeout()
Returns the timeout delay that was reached. |
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 |
public QILTimeoutException(int timeout)
timeout
- the timeout delay in secondspublic QILTimeoutException(java.lang.String message, int timeout, java.lang.Exception cause)
message
- a String
specifying the message stringtimeout
- an int
speicying the timeout delay in secondscause
- a String
specifying the cause exceptionMethod Detail |
public final int getTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |