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

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

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

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

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

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy