com.ibm.di.connector.maximo.exception
Class MxConnTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.connector.maximo.exception.MxConnectorException
              extended by com.ibm.di.connector.maximo.exception.MxConnIOException
                  extended by com.ibm.di.connector.maximo.exception.MxConnTimeoutException
All Implemented Interfaces:
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
MxConnTimeoutException(String msg, String targetUrl, int timeout, 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

MxConnTimeoutException

public MxConnTimeoutException(String msg,
                              String targetUrl,
                              int timeout,
                              Throwable cause)
Constructs a new MxConnTimeoutException.

Parameters:
targetUrl - target URL
timeout - timeout, in milliseconds
cause - the cause
Method Detail

getTimeout

public int getTimeout()
Returns the timeout, in milliseconds.

Returns:
timeout, in milliseconds