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

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MxConnHttpException, MxConnTimeoutException

public class MxConnIOException
extends MxConnectorException

TPAE IF Connector's IO exception. Thrown to indicate any sort of communication problem in the connector.

Since:
7.1
See Also:
Serialized Form

Constructor Summary
MxConnIOException(java.lang.String msg, java.lang.String targetUrl, java.lang.Object... msgArgs)
          Constructs a new MxConnIOException with the specified detail message, target URL and its arguments.
MxConnIOException(java.lang.String msg, java.lang.String targetUrl, java.lang.Throwable cause, java.lang.Object... msgArgs)
          Constructs a new MxConnIOException with the specified detail message, target URL and cause.
 
Method Summary
 java.lang.String getTargetUrl()
          Returns the target URL that causes the exception.
 
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

MxConnIOException

public MxConnIOException(java.lang.String msg,
                         java.lang.String targetUrl,
                         java.lang.Object... msgArgs)
Constructs a new MxConnIOException with the specified detail message, target URL and its arguments.

Parameters:
msg - the detail message
targetUrl - target URL that causes the exception
msgArgs - arguments used to compound the specified message

MxConnIOException

public MxConnIOException(java.lang.String msg,
                         java.lang.String targetUrl,
                         java.lang.Throwable cause,
                         java.lang.Object... msgArgs)
Constructs a new MxConnIOException with the specified detail message, target URL and cause.

Parameters:
msg - the detail message
targetUrl - target URL that causes the exception
cause - the cause
msgArgs - arguments used to compound the specified message
Method Detail

getTargetUrl

public final java.lang.String getTargetUrl()
Returns the target URL that causes the exception.

Returns:
target URL that causes the exception