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

uk.co.stuffusell.api.client.ForbiddenException Maven / Gradle / Ivy

There is a newer version: 1.0.13
Show newest version
package uk.co.stuffusell.api.client;

import uk.co.stuffusell.api.common.ErrorResponse;

public class ForbiddenException extends SusServerException {
    public ForbiddenException(int statusCode, String statusMessage, ErrorResponse error) {
        super(statusCode, statusMessage, error);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy