Class 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 Detail

      • VersionMismatchException

        public VersionMismatchException()
      • VersionMismatchException

        public VersionMismatchException​(String message)
      • VersionMismatchException

        public VersionMismatchException​(String message,
                                        Throwable cause)
      • VersionMismatchException

        public VersionMismatchException​(Throwable cause)