Package org.infinispan.remoting
Class RpcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.commons.CacheException
org.infinispan.remoting.RpcException
- All Implemented Interfaces:
Serializable
Thrown when an RPC problem occurred on the caller.
- Since:
- 4.0
- Author:
- (various)
- See Also:
-
Constructor Summary
ConstructorDescriptionRpcException
(String msg) RpcException
(String msg, Throwable cause) RpcException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RpcException
public RpcException() -
RpcException
-
RpcException
-
RpcException
-