public class MalformedResponseException
extends com.fasterxml.jackson.core.JsonProcessingException
JsonProcessingException exceptions.| Constructor and Description |
|---|
MalformedResponseException(String message)
Constructs
MalformedResponseException with the specified detail
message. |
MalformedResponseException(String message,
Throwable cause)
Constructs
MalformedResponseException with the specified detail
message and cause. |
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MalformedResponseException(String message)
MalformedResponseException with the specified detail
message.message - the detail message, which can be later retrieved via
JsonProcessingException.getMessage()public MalformedResponseException(String message, Throwable cause)
MalformedResponseException with the specified detail
message and cause.message - the detail message, which can be later retrieved via
JsonProcessingException.getMessage()cause - the cause, which can be later retrieved via
Throwable.getCause()Copyright © 2014–2024 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage