Class RpcException

All Implemented Interfaces:
Serializable

public class RpcException extends CacheException
Thrown when an RPC problem occurred on the caller.
Since:
4.0
Author:
(various)
See Also:
  • Constructor Details

    • RpcException

      public RpcException()
    • RpcException

      public RpcException(Throwable cause)
    • RpcException

      public RpcException(String msg)
    • RpcException

      public RpcException(String msg, Throwable cause)