Package cn.longky.common.model
Class KException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.longky.common.model.KException
- All Implemented Interfaces:
Serializable
服务异常
- Since:
- 1.0
- Author:
- yingzhan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKException(ErrorCode errorCode) KException(ErrorCode errorCode, Throwable cause) KException(String errorCode, String message) KException(String errorCode, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KException
-
KException
-
KException
-
KException
-
-
Method Details
-
toRuntime
-
tryWrap
-
getCauseMessage
-
tryWrapUnknown
-