Package tech.xmagic.exception
Class CustomException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.xmagic.exception.AbstractException
tech.xmagic.exception.CustomException
- All Implemented Interfaces:
Serializable
自定义异常
- Since:
- 1.0.1
- Version:
- 1.0.1
- Author:
- xmagic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomException(int code, String msg) CustomException(int code, String msg, String err) CustomException(int code, String msg, String err, String tag) CustomException(ResultCode resultCode) CustomException(ResultCode resultCode, String err) CustomException(ResultCode resultCode, String err, String tag) -
Method Summary
Methods inherited from class tech.xmagic.exception.AbstractException
getCode, getErr, getMsg, getTagMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomException
-
CustomException
-
CustomException
-
CustomException
-
CustomException
-
CustomException
-