Class RevisedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.miaixz.bus.core.lang.exception.RelevantException
org.miaixz.bus.core.lang.exception.RevisedException
- All Implemented Interfaces:
Serializable
类型: 修饰IO异常
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Field Summary
Fields inherited from class org.miaixz.bus.core.lang.exception.RelevantException
errcode, errmsg -
Constructor Summary
ConstructorsConstructorDescriptionRevisedException(String message) RevisedException(String format, Object... args) RevisedException(String errcode, String errmsg) RevisedException(String message, Throwable cause) RevisedException(Throwable cause) -
Method Summary
Methods inherited from class org.miaixz.bus.core.lang.exception.RelevantException
impossible, isCauseBy, noImplement, unwrapThrowMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RevisedException
public RevisedException() -
RevisedException
-
RevisedException
-
RevisedException
-
RevisedException
-
RevisedException
-