Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.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