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

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

package com.cloudesire.platform.apiclient.exceptions;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy