com.ibm.di.connector.maximo.exception
Class MxConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.di.connector.maximo.exception.MxConnectorException
All Implemented Interfaces: java.io.Serializable
Direct Known Subclasses: MxConnIOException , MxConnSchemaException , MxConnXmlParsingException
public class MxConnectorException extends java.lang.Exception
TPAE IF Connector's root exception. Thrown to indicate any sort of problem in
the connector.
Since:
7.1
See Also: Serialized Form
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
MxConnectorException
public MxConnectorException (java.lang.String msg,
java.lang.Object... msgArgs)
Constructs a new MxConnectorException
with the specified detail
message and its arguments.
Parameters: msg
- the detail messagemsgArgs
- arguments used to compound the specified messageSee Also: Exception.Exception(String)
MxConnectorException
public MxConnectorException (java.lang.String msg,
java.lang.Throwable cause,
java.lang.Object... msgArgs)
Constructs a new MxConnectorException
with the specified detail
message, its arguments, and cause.
Parameters: msg
- the detail messagecause
- the causemsgArgs
- arguments used to compound the specified messageSee Also: Exception.Exception(String, Throwable)
getMsgArgs
public final java.lang.Object[] getMsgArgs ()