Package io.github.dornol.excelkit.core
Class TempResourceCreateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.dornol.excelkit.core.ExcelKitException
io.github.dornol.excelkit.core.TempResourceCreateException
- All Implemented Interfaces:
Serializable
Exception thrown when a temporary resource (file or directory) cannot be created.
- Since:
- 2025-07-19
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new TempResourceCreateException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TempResourceCreateException
Constructs a new TempResourceCreateException with the specified cause.- Parameters:
cause- The cause of the failure
-