Class ElsaException.UnknownHeaderByte

All Implemented Interfaces:
Serializable
Enclosing class:
ElsaException

public static class ElsaException.UnknownHeaderByte extends ElsaException
An exception thrown when unknown Header Byte is found during deserialization. This could mean:
  • Data were corrupted
  • Newer Elsa version was used for serialization, older Elsa is used for deserialization, older version can not read new data types
  • User registered extra serializers at serialization, but those were not restored at deserialization
  • User registered extra singletongs at serialization, but those were not restored at deserialization
See Also:
  • Constructor Details

    • UnknownHeaderByte

      public UnknownHeaderByte(String msg)