Package in.hocg.boot.utils.exception
Class ToolsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- in.hocg.boot.utils.exception.ToolsException
-
- All Implemented Interfaces:
Serializable
public class ToolsException extends RuntimeException
Created by hocgin on 2021/1/5 email: hocgin@gmail.com- Author:
- hocgin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ToolsException(String message)ToolsException(String message, Throwable throwable)ToolsException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-