Class RpcInvalidStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.util.FlinkRuntimeException
org.apache.flink.runtime.rpc.pekko.exceptions.RpcInvalidStateException
- All Implemented Interfaces:
Serializable
public class RpcInvalidStateException
extends org.apache.flink.util.FlinkRuntimeException
Exception which indicates an invalid state.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRpcInvalidStateException(String message) RpcInvalidStateException(String message, 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
-
RpcInvalidStateException
-
RpcInvalidStateException
-
RpcInvalidStateException
-