|
|||||||||||
| 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.ibm.di.connector.maximo.exception.MxConnectorException
com.ibm.di.connector.maximo.exception.MxConnIOException
com.ibm.di.connector.maximo.exception.MxConnTimeoutException
public class MxConnTimeoutException
TPAE IF Connector's timeout exception. Thrown to indicate the timeout expires before the connection can be estabilished or before there is data available for read.
| Constructor Summary | |
|---|---|
MxConnTimeoutException(java.lang.String msg,
java.lang.String targetUrl,
int timeout,
java.lang.Throwable cause)
Constructs a new MxConnTimeoutException. |
|
| Method Summary | |
|---|---|
int |
getTimeout()
Returns the timeout, in milliseconds. |
| Methods inherited from class com.ibm.di.connector.maximo.exception.MxConnIOException |
|---|
getTargetUrl |
| Methods inherited from class com.ibm.di.connector.maximo.exception.MxConnectorException |
|---|
getMsgArgs |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MxConnTimeoutException(java.lang.String msg,
java.lang.String targetUrl,
int timeout,
java.lang.Throwable cause)
MxConnTimeoutException.
targetUrl - target URLtimeout - timeout, in millisecondscause - the cause| Method Detail |
|---|
public int getTimeout()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||