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

io.pinecone.exceptions.PineconeUnmappedHttpException Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package io.pinecone.exceptions;

public class PineconeUnmappedHttpException extends PineconeException {

    public PineconeUnmappedHttpException(String message) {
        super(message);
    }

    public PineconeUnmappedHttpException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy