类 SystemRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.bbwres.biscuit.exception.SystemRuntimeException
所有已实现的接口:
Serializable
直接已知子类:
ParamsCheckRuntimeException, SystemBusinessRuntimeException

public class SystemRuntimeException extends RuntimeException
系统运行时异常
作者:
zhanglinfeng
另请参阅:
  • 字段详细资料

    • 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)
    • SystemRuntimeException

      public SystemRuntimeException(ErrorCode errorCodeObj)
      异常处理
      参数:
      errorCodeObj -
  • 方法详细资料

    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)