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

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

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

public class InternalServerErrorException extends RestException
{
	private static final long serialVersionUID = -4816182894418292549L;
	
	public InternalServerErrorException(int responseCode, String msgError)
	{
		super(responseCode, msgError);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy