Package com.luna.common.exception
Class UtilException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.luna.common.exception.UtilException
- All Implemented Interfaces:
Serializable
工具类异常
- Author:
- xiaoleilu
- See Also:
-
Constructor Summary
ConstructorDescriptionUtilException
(String message) UtilException
(String messageTemplate, Object... params) UtilException
(String message, Throwable throwable) UtilException
(Throwable throwable, String messageTemplate, Object... params) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UtilException
-
UtilException
-
UtilException
-
UtilException
-
UtilException
-