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

de.kosmos_lab.web.client.exceptions.RequestConflictException Maven / Gradle / Ivy

There is a newer version: 0.1.4
Show newest version
package de.kosmos_lab.web.client.exceptions;

public class RequestConflictException extends RequestWrongStatusExeption {
    
    
    public RequestConflictException(int status) {
        super("KosmoS returned a Conflict", status);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy