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

com.cloudesire.tisana4j.exceptions.ResourceNotFoundException Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.cloudesire.tisana4j.exceptions;

public class ResourceNotFoundException extends RestException
{
    private static final long serialVersionUID = 8396595711951630903L;

    public ResourceNotFoundException( int responseCode, String msgError )
    {
        super( responseCode, msgError );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy