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

com.magic80.springBootCommon.exception.InternalServerException Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
package com.magic80.springBootCommon.exception;

public class InternalServerException extends BaseBizException {

    public InternalServerException(Exception e) {
        super(-2, e.getMessage() == null ? "服务器发生异常" : e.getMessage());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy