Class BatchDeserializerException

All Implemented Interfaces:
Serializable

public class BatchDeserializerException extends DeserializerException
See Also:
  • Constructor Details

    • BatchDeserializerException

      public BatchDeserializerException(String developmentMessage, ODataLibraryException.MessageKey messageKey, String... parameters)
      Creates batch deserializer exception.
      Parameters:
      developmentMessage - message text as fallback and for debugging purposes
      messageKey - one of the BatchDeserializerException.MessageKeys for the exception text in the resource bundle
      parameters - parameters for the exception text
    • BatchDeserializerException

      public BatchDeserializerException(String developmentMessage, Throwable cause, ODataLibraryException.MessageKey messageKey, String... parameters)
      Creates batch deserializer exception.
      Parameters:
      developmentMessage - message text as fallback and for debugging purposes
      cause - the cause of this exception
      messageKey - one of the BatchDeserializerException.MessageKeys for the exception text in the resource bundle
      parameters - parameters for the exception text