Class TransportException

    • Constructor Detail

      • TransportException

        public TransportException​(String msg)
        Constructor for TransportException
        Parameters:
        msg - message describing the transport failure.
      • TransportException

        public TransportException​(String msg,
                                  Throwable cause)
        Constructor for TransportException
        Parameters:
        msg - message describing the transport exception.
        cause - why the transport failed.