Class CommonNullPointerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NullPointerException
com.iohao.net.common.kit.exception.CommonNullPointerException
- All Implemented Interfaces:
Serializable
Common null pointer exception used throughout the ionet framework.
- Since:
- 21.15
- Author:
- 渔民小镇
- See Also:
- date:
- 2024-08-16
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance with no detail message.Create a new instance with the given detail message. -
Method Summary
Methods inherited from class NullPointerException
fillInStackTrace, getMessageMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommonNullPointerException
public CommonNullPointerException()Create a new instance with no detail message. -
CommonNullPointerException
Create a new instance with the given detail message.- Parameters:
s- the detail message
-