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 SummaryConstructorsConstructorDescriptionRpcException(String msg) RpcException(String msg, Throwable cause) RpcException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RpcExceptionpublic RpcException()
- 
RpcException
- 
RpcException
- 
RpcException
 
-