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 FlinkRuntimeException
Exception which indicates an invalid state.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcInvalidStateException(String message)
RpcInvalidStateException(String message, Throwable cause)
RpcInvalidStateException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-