Package org.apache.flink.core.io
Class VersionMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.flink.core.io.VersionMismatchException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class VersionMismatchException extends IOException
This exception signals that incompatible versions have been found during serialization.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionMismatchException()VersionMismatchException(String message)VersionMismatchException(String message, Throwable cause)VersionMismatchException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-