Class MxConnIOException

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTargetUrl()
      Returns the target URL that causes the exception.
      • 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

      • MxConnIOException

        public MxConnIOException​(java.lang.String msg,
                                 java.lang.String targetUrl,
                                 java.lang.Object... msgArgs)
        Constructs a new MxConnIOException with the specified detail message, target URL and its arguments.
        Parameters:
        msg - the detail message
        targetUrl - target URL that causes the exception
        msgArgs - arguments used to compound the specified message
      • MxConnIOException

        public MxConnIOException​(java.lang.String msg,
                                 java.lang.String targetUrl,
                                 java.lang.Throwable cause,
                                 java.lang.Object... msgArgs)
        Constructs a new MxConnIOException with the specified detail message, target URL and cause.
        Parameters:
        msg - the detail message
        targetUrl - target URL that causes the exception
        cause - the cause
        msgArgs - arguments used to compound the specified message
    • Method Detail

      • getTargetUrl

        public final java.lang.String getTargetUrl()
        Returns the target URL that causes the exception.
        Returns:
        target URL that causes the exception