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

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

The newest version!
package com.cloudesire.tisana4j.exceptions;

public class UnmappedRestException extends RestException
{
    private static final long serialVersionUID = 8820331083720207313L;

    public UnmappedRestException( int responseCode, String msgError )
    {
        super( responseCode, msgError );

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy