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

restql.core.exception.ResponseParseException Maven / Gradle / Ivy

The newest version!
package restql.core.exception;

/**
 * Created by ideais on 15/12/16.
 */
public class ResponseParseException extends RestQLException {

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

    public ResponseParseException(Throwable t) {
        super(t);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy