Class TransportException

    • Constructor Detail

      • TransportException

        public TransportException​(URIish uri,
                                  String s)
        Constructs an TransportException with the specified detail message prefixed with provided URI.
        Parameters:
        uri - URI used for transport
        s - message
      • TransportException

        public TransportException​(URIish uri,
                                  String s,
                                  Throwable cause)
        Constructs an TransportException with the specified detail message prefixed with provided URI.
        Parameters:
        uri - URI used for transport
        s - message
        cause - root cause exception
      • TransportException

        public TransportException​(String s)
        Constructs an TransportException with the specified detail message.
        Parameters:
        s - message
      • TransportException

        public TransportException​(String s,
                                  Throwable cause)
        Constructs an TransportException with the specified detail message.
        Parameters:
        s - message
        cause - root cause exception