Package com.alibaba.cola.exception
Class BaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.alibaba.cola.exception.BaseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BizException,SysException
public abstract class BaseException extends RuntimeException
Base Exception is the parent of all exceptions- Author:
- fulan.zjf 2017年10月22日 上午12:00:39
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseException(String errMessage)BaseException(String errCode, String errMessage)BaseException(String errCode, String errMessage, Throwable e)BaseException(String errMessage, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrCode()voidsetErrCode(String errCode)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-