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

org.sourcelab.github.client.exception.NotFoundException Maven / Gradle / Ivy

The newest version!

package org.sourcelab.github.client.exception;

/**
 * Thrown if the API responds with a 404 http code.
 */
public class NotFoundException extends GithubException {
     /**
     * Constructor.
     * @param message Error message.
      */
    public NotFoundException(final String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy