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

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

MxConnSchemaException

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

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

MxConnSchemaException

public MxConnSchemaException(java.lang.String msg,
                             java.lang.Throwable cause,
                             java.lang.Object... msgArgs)
Constructs a new MxConnSchemaException 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