Class RouteException

  • All Implemented Interfaces:
    Serializable

    public final class RouteException
    extends Exception
    An exception thrown to indicate a problem connecting via a single Route. Multiple attempts may have been made with alternative protocols, none of which were successful.
    See Also:
    Serialized Form
    • Constructor Detail

      • RouteException

        public RouteException​(IOException cause)
    • Method Detail

      • getLastConnectException

        public IOException getLastConnectException()
      • addConnectException

        public void addConnectException​(IOException e)