Class RpcException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpResponseException, ServiceClosedException, ServiceNotAvailableException

public class RpcException extends IOException
See Also:
  • Constructor Details

    • RpcException

      public RpcException(String formatText, Object... arguments)
    • RpcException

      public RpcException(Throwable cause, String formatText, Object... arguments)