All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdash.client.exception.ResponseDeserializationException Maven / Gradle / Ivy

The newest version!
package jdash.client.exception;

/**
 * Emitted when something goes wrong while deserializing the raw response into an object.
 */
public class ResponseDeserializationException extends GDResponseException {

    public ResponseDeserializationException(String response, Throwable cause) {
        super(response, "Error when deserializing response", cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy