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
- Direct Known Subclasses:
BackupFailureException
public class RpcException extends CacheException
Thrown when an RPC problem occurred on the caller.- Since:
- 4.0
- Author:
- (various)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcException()
RpcException(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
-
-