类 ExceptionHandler.RecoveryAdvice

java.lang.Object
cn.isliu.core.exception.ExceptionHandler.RecoveryAdvice
封闭类:
ExceptionHandler

public static class ExceptionHandler.RecoveryAdvice extends Object
恢复建议
  • 方法详细资料

    • getErrorCode

      public ErrorCode getErrorCode()
    • isRetryable

      public boolean isRetryable()
    • isFatal

      public boolean isFatal()
    • getImmediateAction

      public String getImmediateAction()
    • getLongTermAction

      public String getLongTermAction()
    • getPreventiveAction

      public String getPreventiveAction()
    • builder

      public static ExceptionHandler.RecoveryAdvice.Builder builder()