Class RpcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.runtime.rpc.exceptions.RpcException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EndpointNotStartedException,FencingTokenException,RecipientUnreachableException,RpcConnectionException
public class RpcException extends Exception
Base class for RPC related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcException(String message)RpcException(String message, 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
-
-