Class RpcException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    BackupFailureException

    public class RpcException
    extends org.infinispan.commons.CacheException
    Thrown when an RPC problem occurred on the caller.
    Since:
    4.0
    Author:
    (various)
    See Also:
    Serialized Form
    • Constructor Detail

      • RpcException

        public RpcException()
      • RpcException

        public RpcException​(Throwable cause)
      • RpcException

        public RpcException​(String msg)