
com.cloudesire.tisana4j.exceptions.InternalServerErrorException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tisana4j Show documentation
Show all versions of tisana4j Show documentation
Yet another (but missing) simple RESTful client library for Java.
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