Class MxConnSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.connector.maximo.exception.MxConnectorException
-
- com.ibm.di.connector.maximo.exception.MxConnSchemaException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MxConnExcedentSizeException
,MxConnTypeConvertionException
public class MxConnSchemaException extends MxConnectorException
TPAE IF Connector's schema exception. Thrown to indicate any sort of schema problem in the connector.- Since:
- 7.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MxConnSchemaException(java.lang.String msg, java.lang.Object... msgArgs)
Constructs a newMxConnSchemaException
with the specified detail message and its arguments.MxConnSchemaException(java.lang.String msg, java.lang.Throwable cause, java.lang.Object... msgArgs)
Constructs a newMxConnSchemaException
with the specified detail message, cause, and its arguments.
-
Method Summary
-
Methods inherited from class com.ibm.di.connector.maximo.exception.MxConnectorException
getMsgArgs
-
-
-
-
Constructor Detail
-
MxConnSchemaException
public MxConnSchemaException(java.lang.String msg, java.lang.Object... msgArgs)
Constructs a newMxConnSchemaException
with the specified detail message and its arguments.- Parameters:
msg
- the detail messagemsgArgs
- arguments used to compound the specified message
-
MxConnSchemaException
public MxConnSchemaException(java.lang.String msg, java.lang.Throwable cause, java.lang.Object... msgArgs)
Constructs a newMxConnSchemaException
with the specified detail message, cause, and its arguments.- Parameters:
msg
- the detail messagecause
- the causemsgArgs
- arguments used to compound the specified message
-
-