Class RpcRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.runtime.rpc.exceptions.RpcRuntimeException
-
- All Implemented Interfaces:
Serializable
public class RpcRuntimeException extends RuntimeException
Base class for RPC related runtime exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcRuntimeException(String message)RpcRuntimeException(String message, Throwable cause)RpcRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-