Package dev.voidframework.web.exception
Class TempFileLocationException.DirectoryCreationFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.TempFileLocationException.DirectoryCreationFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TempFileLocationException
Exception indicates that temporary files directory does not exist and can't be created.
- Since:
- 1.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryCreationFailure
Build a new instance.- Parameters:
tempFileLocation- The temporary files directory location (ie: /tmp/voidframework)- Since:
- 1.3.0
-