Class MxConnTimeoutException
- java.lang.Object
-
- java.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
-
- All Implemented Interfaces:
java.io.Serializable
public class MxConnTimeoutException extends MxConnIOException
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.- Since:
- 7.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MxConnTimeoutException(java.lang.String msg, java.lang.String targetUrl, int timeout, java.lang.Throwable cause)
Constructs a newMxConnTimeoutException
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
MxConnTimeoutException
public MxConnTimeoutException(java.lang.String msg, java.lang.String targetUrl, int timeout, java.lang.Throwable cause)
Constructs a newMxConnTimeoutException
.- Parameters:
targetUrl
- target URLtimeout
- timeout, in millisecondscause
- the cause
-
-