Class IllegalSerializationVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.gigaspaces.serialization.IllegalSerializationVersionException
All Implemented Interfaces:
Serializable

public class IllegalSerializationVersionException extends IOException
Thrown when a class fails at readExternal because it does not support the version read from the stream.
Since:
7.0
Author:
Niv Ingberg
See Also:
  • Constructor Details

    • IllegalSerializationVersionException

      public IllegalSerializationVersionException(Class<?> cls, byte version)