Package dev.voidframework.web.exception
Class TempFileLocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.TempFileLocationException
- All Implemented Interfaces:
Serializable
All exceptions related to the temporary files location are subclasses of
TempFileLocationException.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that temporary files directory does not exist and can't be created. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTempFileLocationException(String message) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TempFileLocationException
Build a new instance.- Parameters:
message- The detail message
-