Class CommonRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.iohao.net.common.kit.exception.CommonRuntimeException
- All Implemented Interfaces:
Serializable
Common runtime exception used throughout the ionet framework.
- Since:
- 21.14
- Author:
- 渔民小镇
- See Also:
- date:
- 2024-08-02
-
Constructor Summary
ConstructorsConstructorDescriptionCommonRuntimeException(String message) Create a new instance with the given detail message.CommonRuntimeException(String message, Throwable cause) Create a new instance with the given detail message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommonRuntimeException
Create a new instance with the given detail message.- Parameters:
message- the detail message
-
CommonRuntimeException
-