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

com.hashicorp.nomad.javasdk.ResponseParsingException Maven / Gradle / Ivy

There is a newer version: 0.11.3.0
Show newest version
package com.hashicorp.nomad.javasdk;

import javax.annotation.Nullable;

/**
 * Indicates a problem with parsing the response entity.
 */
public class ResponseParsingException extends ResponseException {
    ResponseParsingException(String message, @Nullable String rawEntity, @Nullable Throwable cause) {
        super(message, rawEntity, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy