Class MxConnectorRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.di.connector.maximo.exception.MxConnectorRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MxConnConfigException
public class MxConnectorRuntimeException extends java.lang.RuntimeException
TPAE IF Connector's root runtime exception. Thrown to indicate any sort of problem in the connector.- Since:
- 7.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MxConnectorRuntimeException(java.lang.String msg)
Constructs a newMxConnectorRuntimeException
with the specified detail message and its arguments.MxConnectorRuntimeException(java.lang.String msg, java.lang.Throwable cause)
Constructs a newMxConnectorRuntimeException
with the specified detail message, its arguments, and cause.
-
-
-
Constructor Detail
-
MxConnectorRuntimeException
public MxConnectorRuntimeException(java.lang.String msg)
Constructs a newMxConnectorRuntimeException
with the specified detail message and its arguments.- Parameters:
msg
- the detail message- See Also:
Exception(String)
-
MxConnectorRuntimeException
public MxConnectorRuntimeException(java.lang.String msg, java.lang.Throwable cause)
Constructs a newMxConnectorRuntimeException
with the specified detail message, its arguments, and cause.- Parameters:
msg
- the detail messagecause
- the cause- See Also:
Exception(String, Throwable)
-
-