Class BaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elitesland.ystdms.sys.exception.BaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceNotFoundException, UnauthorizedException, ValidationException

public abstract class BaseException extends RuntimeException
基础异常类
See Also:
  • Constructor Details

  • Method Details

    • getCode

      public Integer getCode()
    • getErrorMsg

      public String getErrorMsg()