Package com.alibaba.cola.exception
Class SysException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.alibaba.cola.exception.BaseException
-
- com.alibaba.cola.exception.SysException
-
- All Implemented Interfaces:
Serializable
public class SysException extends BaseException
System Exception is unexpected Exception, retry might work again- Author:
- Danny.Lee 2018/1/27
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SysException(String errMessage)SysException(String errCode, String errMessage)SysException(String errorCode, String errMessage, Throwable e)SysException(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
-
-