Package tech.xmagic.exception.failure
Class FailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.xmagic.exception.AbstractException
tech.xmagic.exception.failure.FailureException
- All Implemented Interfaces:
Serializable
操作失败
直接抛出异常,由框架统一处理
- Since:
- 1.0.1
- Version:
- 1.0.1
- Author:
- xmagic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailureException(String err) FailureException(String err, String tag) FailureException(ResultCode resultCode) FailureException(ResultCode resultCode, String err) FailureException(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
-
FailureException
-
FailureException
-
FailureException
public FailureException() -
FailureException
-
FailureException
-
FailureException
-