类 SystemRuntimeException

    • 字段详细资料

      • DEFAULT_ERROR_CODE

        public static final String DEFAULT_ERROR_CODE
    • 构造器详细资料

      • SystemRuntimeException

        public SystemRuntimeException()
        初始化异常
      • SystemRuntimeException

        public SystemRuntimeException​(String message)
        初始化异常
        参数:
        message -
      • SystemRuntimeException

        public SystemRuntimeException​(String errorCode,
                                      String message)
    • 方法详细资料

      • getErrorCode

        public String getErrorCode()
      • setErrorCode

        public void setErrorCode​(String errorCode)