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

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.MxConnSchemaException
                  extended by com.ibm.di.connector.maximo.exception.MxConnTypeConvertionException
All Implemented Interfaces:
java.io.Serializable

public class MxConnTypeConvertionException
extends MxConnSchemaException

TPAE IF Connector's type convertion exception. Thrown to indicate type convertion problem in the connector.

Since:
7.1
See Also:
Serialized Form

Constructor Summary
MxConnTypeConvertionException(java.lang.String msg, java.lang.Object... msgArgs)
          Constructs a new MxConnTypeConvertionException with the specified detail message and its arguments.
MxConnTypeConvertionException(java.lang.String msg, java.lang.Throwable cause, java.lang.Object... msgArgs)
          Constructs a new MxConnTypeConvertionException with the specified detail message, cause, and its arguments.
 
Method Summary
 
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

MxConnTypeConvertionException

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

Parameters:
msg - the detail message
msgArgs - arguments used to compound the specified message

MxConnTypeConvertionException

public MxConnTypeConvertionException(java.lang.String msg,
                                     java.lang.Throwable cause,
                                     java.lang.Object... msgArgs)
Constructs a new MxConnTypeConvertionException with the specified detail message, cause, and its arguments.

Parameters:
msg - the detail message
cause - the cause
msgArgs - arguments used to compound the specified message