Class TransportException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      TransportException​(java.lang.String s)
      Constructs an TransportException with the specified detail message.
      TransportException​(java.lang.String s, java.lang.Throwable cause)
      Constructs an TransportException with the specified detail message.
      TransportException​(URIish uri, java.lang.String s)
      Constructs an TransportException with the specified detail message prefixed with provided URI.
      TransportException​(URIish uri, java.lang.String s, java.lang.Throwable cause)
      Constructs an TransportException with the specified detail message prefixed with provided URI.
    • 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

      • TransportException

        public TransportException​(URIish uri,
                                  java.lang.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,
                                  java.lang.String s,
                                  java.lang.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​(java.lang.String s)
        Constructs an TransportException with the specified detail message.
        Parameters:
        s - message
      • TransportException

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