Class UnknownMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.runtime.rpc.exceptions.RpcRuntimeException
org.apache.flink.runtime.rpc.pekko.exceptions.UnknownMessageException
- All Implemented Interfaces:
Serializable
public class UnknownMessageException
extends org.apache.flink.runtime.rpc.exceptions.RpcRuntimeException
Exception which indicates that the
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor<T extends org.apache.flink.runtime.rpc.RpcEndpoint & org.apache.flink.runtime.rpc.RpcGateway> has
received an unknown message type.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownMessageException(String message) UnknownMessageException(String message, Throwable cause) UnknownMessageException(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
-
UnknownMessageException
-
UnknownMessageException
-
UnknownMessageException
-