Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.miaixz.bus.core.lang.exception.UncheckedException
org.miaixz.bus.core.lang.exception.InternalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BeanException,CloneException,DateException,DependencyException
类型: 内部处理异常
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
Fields inherited from class org.miaixz.bus.core.lang.exception.UncheckedException
errcode, errmsg -
Constructor Summary
ConstructorsConstructorDescription构造InternalException(String message) 构造InternalException(String format, Object... args) 构造InternalException(String errcode, String errmsg) 构造InternalException(String errcode, String errmsg, Throwable throwable) InternalException(String errcode, Throwable throwable) 构造InternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) 构造构造InternalException(Throwable cause, String format, Object... args) 构造 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalException
public InternalException()构造 -
InternalException
-
InternalException
-
InternalException
-
InternalException
-
InternalException
-
InternalException
-
InternalException
-
InternalException
-