Class EntrySerializationException

All Implemented Interfaces:
Serializable

public class EntrySerializationException extends RuntimeException
This RuntimeException thrown when failed to serialize or deserialize Entry field. See stack trace or getCause() exception for more details.
Version:
5.0
Author:
Igor Goldenberg
See Also:
  • Constructor Details

    • EntrySerializationException

      public EntrySerializationException(String msg, Throwable cause)