ObjectReadException

public class ObjectReadException extends MdsException

Signals that it was not possible to parse the object coming from the database.

Constructors

ObjectReadException

public ObjectReadException(String entityName, Throwable cause)
Parameters:
  • entityName – the name of the entity
  • cause – the cause of the error

ObjectReadException

public ObjectReadException(Long entityId, Throwable cause)
Parameters:
  • entityId – the id of the entity
  • cause – the cause of the error