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.RpcRuntimeExceptionException which indicates that thePekkoRpcActorhas received an unknown message type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownMessageException(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
-
-