Package com.alibaba.cola.exception
Class BizException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.alibaba.cola.exception.BaseException
-
- com.alibaba.cola.exception.BizException
-
- All Implemented Interfaces:
Serializable
public class BizException extends BaseException
BizException is known Exception, no need retry- Author:
- Frank Zhang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BizException(String errMessage)BizException(String errCode, String errMessage)BizException(String errorCode, String errMessage, Throwable e)BizException(String errMessage, Throwable e)
-
Method Summary
-
Methods inherited from class com.alibaba.cola.exception.BaseException
getErrCode, setErrCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-