Class CommonIllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.iohao.net.common.kit.exception.CommonIllegalArgumentException
- All Implemented Interfaces:
Serializable
Common illegal argument exception used throughout the ionet framework.
- Since:
- 21.14
- Author:
- 渔民小镇
- See Also:
- date:
- 2024-08-02
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance with the given detail message.CommonIllegalArgumentException(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
-
CommonIllegalArgumentException
Create a new instance with the given detail message.- Parameters:
s- the detail message
-
CommonIllegalArgumentException
-