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

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

package com.cloudesire.platform.apiclient.exceptions;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy