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

com.cloudesire.platform.apiclient.exceptions.ConflictException Maven / Gradle / Ivy

package com.cloudesire.platform.apiclient.exceptions;
import com.cloudesire.platform.apiclient.response.error.ErrorResponse;

public class ConflictException extends BackendException
{
    public ConflictException( String message, ErrorResponse error )
    {
        super( message, error );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy