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

win.doyto.query.web.response.ErrorCodeException Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by delombok at Sat Apr 04 14:54:36 CST 2020
package win.doyto.query.web.response;

/**
 * BusinessException
 *
 * @author f0rb on 2017-03-19.
 */
public class ErrorCodeException extends RuntimeException {
    private final ErrorCode errorCode;

    public ErrorCodeException(ErrorCode errorCode) {
        super(errorCode.getMessage());
        this.errorCode = errorCode;
    }

    @java.lang.SuppressWarnings("all")
    @lombok.Generated
    public ErrorCode getErrorCode() {
        return this.errorCode;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy