Class MxConnConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.di.connector.maximo.exception.MxConnectorRuntimeException
-
- com.ibm.di.connector.maximo.exception.MxConnConfigException
-
- All Implemented Interfaces:
java.io.Serializable
public class MxConnConfigException extends MxConnectorRuntimeException
TPAE IF Connector's configuration exception. Thrown to indicate configuration parameter problems in the connector.- Since:
- 7.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MxConnConfigException(java.lang.String msg)
Constructs a newMxConnConfigException
with the specified detail message and its arguments.
-
-
-
Constructor Detail
-
MxConnConfigException
public MxConnConfigException(java.lang.String msg)
Constructs a newMxConnConfigException
with the specified detail message and its arguments.- Parameters:
msg
- the detail messagemsgArgs
- arguments used to compound the specified message
-
-