
restql.core.exception.ResponseParseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of restql-core Show documentation
Show all versions of restql-core Show documentation
Microservice query language for Java
The newest version!
package restql.core.exception;
/**
* Created by ideais on 15/12/16.
*/
public class ResponseParseException extends RestQLException {
public ResponseParseException(String message) { super(message); }
public ResponseParseException(Throwable t) {
super(t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy