Class BaseRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AnalysisException, ConfigurationException, ConverterNotFoundException, ConvertException, JSONParseException, NotSupportedException, ParseException, SdkException

public class BaseRuntimeException extends RuntimeException
通用运行时异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • BaseRuntimeException

      public BaseRuntimeException(String message)
    • BaseRuntimeException

      public BaseRuntimeException(String message, String errorCode)
    • BaseRuntimeException

      public BaseRuntimeException(String message, Throwable cause)
    • BaseRuntimeException

      public BaseRuntimeException(String message, String errorCode, Throwable cause)
  • Method Details

    • getErrorCode

      @Nullable public String getErrorCode()
      获取错误码
      Returns:
      错误码