Class MxConnectorException

    • Constructor Summary

      Constructors 
      Constructor Description
      MxConnectorException​(java.lang.String msg, java.lang.Object... msgArgs)
      Constructs a new MxConnectorException with the specified detail message and its arguments.
      MxConnectorException​(java.lang.String msg, java.lang.Throwable cause, java.lang.Object... msgArgs)
      Constructs a new MxConnectorException with the specified detail message, its arguments, and cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getMsgArgs()  
      • 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

      • MxConnectorException

        public MxConnectorException​(java.lang.String msg,
                                    java.lang.Object... msgArgs)
        Constructs a new MxConnectorException with the specified detail message and its arguments.
        Parameters:
        msg - the detail message
        msgArgs - arguments used to compound the specified message
        See Also:
        Exception(String)
      • MxConnectorException

        public MxConnectorException​(java.lang.String msg,
                                    java.lang.Throwable cause,
                                    java.lang.Object... msgArgs)
        Constructs a new MxConnectorException with the specified detail message, its arguments, and cause.
        Parameters:
        msg - the detail message
        cause - the cause
        msgArgs - arguments used to compound the specified message
        See Also:
        Exception(String, Throwable)
    • Method Detail

      • getMsgArgs

        public final java.lang.Object[] getMsgArgs()