Package org.skr.common.exception
Class BizException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.skr.common.exception.BaseException
-
- org.skr.common.exception.BizException
-
- All Implemented Interfaces:
java.io.Serializable
public class BizException extends BaseException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.skr.common.exception.BaseException
TOP_STACK
-
-
Constructor Summary
Constructors Constructor Description BizException(@NotNull ErrorInfo errorInfo)BizException(@NotNull ErrorInfo errorInfo, java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorInfogetErrorInfo()-
Methods inherited from class org.skr.common.exception.BaseException
getStackTrace
-
-
-
-
Method Detail
-
getErrorInfo
public ErrorInfo getErrorInfo()
- Overrides:
getErrorInfoin classBaseException
-
-