
com.github.codeinghelper.exception.UpdateSuccess Maven / Gradle / Ivy
/**
* @author frank
* @version 1.0.0
* @ClassName UnifyResponse.java
* @Description TODO
* @createTime 2020年08月01日 18:35:00
*/
package com.github.codeinghelper.exception;
import com.github.codeinghelper.exception.http.HttpException;
public class UpdateSuccess extends HttpException {
public UpdateSuccess(int code){
this.httpStatusCode = 200;
this.code = code;
}
// 201 202 204
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy