Class InvalidParamsJsonMappingException

All Implemented Interfaces:
Serializable

public class InvalidParamsJsonMappingException extends IdJsonMappingException
Exception for invalid parameters during JSON mapping.
See Also:
  • Constructor Details

    • InvalidParamsJsonMappingException

      public InvalidParamsJsonMappingException(String msg, Object id)
      Constructs exception with message and ID.
      Parameters:
      msg - the error message
      id - the request ID
    • InvalidParamsJsonMappingException

      public InvalidParamsJsonMappingException(String msg, Throwable cause, Object id)
      Constructs exception with message, cause, and ID.
      Parameters:
      msg - the error message
      cause - the cause
      id - the request ID