![JAR search and dependency download from the Maven repository](/logo.png)
com.github.kubatatami.judonetworking.ErrorResult Maven / Gradle / Ivy
package com.github.kubatatami.judonetworking;
/**
* Created with IntelliJ IDEA.
* User: jbogacki
* Date: 23.07.2013
* Time: 23:46
* To change this template use File | Settings | File Templates.
*/
public class ErrorResult extends RequestResult {
public ErrorResult(Integer id, Exception error) {
this.id = id;
this.error = error;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy