Class MxConnectorRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    MxConnConfigException

    public class MxConnectorRuntimeException
    extends java.lang.RuntimeException
    TPAE IF Connector's root runtime exception. Thrown to indicate any sort of problem 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

      • MxConnectorRuntimeException

        public MxConnectorRuntimeException​(java.lang.String msg)
        Constructs a new MxConnectorRuntimeException with the specified detail message and its arguments.
        Parameters:
        msg - the detail message
        See Also:
        Exception(String)
      • MxConnectorRuntimeException

        public MxConnectorRuntimeException​(java.lang.String msg,
                                           java.lang.Throwable cause)
        Constructs a new MxConnectorRuntimeException with the specified detail message, its arguments, and cause.
        Parameters:
        msg - the detail message
        cause - the cause
        See Also:
        Exception(String, Throwable)