Class BaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
icu.easyj.core.exception.BaseException
All Implemented Interfaces:
Serializable

public class BaseException extends Exception
通用异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • BaseException

      public BaseException(String message)
    • BaseException

      public BaseException(String message, String errorCode)
    • BaseException

      public BaseException(String message, Throwable cause)
    • BaseException

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

    • getErrorCode

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