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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.di.connector.maximo.exception.MxConnectorRuntimeException
                  extended by com.ibm.di.connector.maximo.exception.MxConnConfigException
All Implemented Interfaces:
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
MxConnConfigException(String msg)
          Constructs a new MxConnConfigException with the specified detail message and its arguments.
 
Method Summary
 
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

MxConnConfigException

public MxConnConfigException(String msg)
Constructs a new MxConnConfigException with the specified detail message and its arguments.

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