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

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

package com.cloudesire.platform.apiclient.exceptions;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy