Package tech.xmagic.exception.sys
Class SysRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.xmagic.exception.AbstractRuntimeException
tech.xmagic.exception.sys.SysRuntimeException
- All Implemented Interfaces:
Serializable
系统错误
- Since:
- 1.0.1
- Version:
- 1.0.1
- Author:
- xmagic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSysRuntimeException(String err, String tag) SysRuntimeException(ResultCode resultCode) SysRuntimeException(ResultCode resultCode, String err) SysRuntimeException(ResultCode resultCode, String err, String tag) -
Method Summary
Methods inherited from class tech.xmagic.exception.AbstractRuntimeException
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
-
SysRuntimeException
-
SysRuntimeException
-
SysRuntimeException
public SysRuntimeException() -
SysRuntimeException
-
SysRuntimeException
-
SysRuntimeException
-