Class RpcConnectionException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    HandshakeException

    public class RpcConnectionException
    extends RpcException
    Exception class which is thrown if a rpc connection failed. Usually this happens if the remote host cannot be reached.
    See Also:
    Serialized Form
    • Constructor Detail

      • RpcConnectionException

        public RpcConnectionException​(String message)
      • RpcConnectionException

        public RpcConnectionException​(String message,
                                      Throwable cause)
      • RpcConnectionException

        public RpcConnectionException​(Throwable cause)