Class TemporaryDirectoryIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.gustavblass.commons.exceptions.TemporaryDirectoryIOException
- All Implemented Interfaces:
Serializable
Indicates that the system's temporary directory could not be
found or not be written to.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeIOException()
.TemporaryDirectoryIOException
(String message) SeeIOException(String)
.TemporaryDirectoryIOException
(String message, Throwable 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
-
TemporaryDirectoryIOException
public TemporaryDirectoryIOException()SeeIOException()
. -
TemporaryDirectoryIOException
SeeIOException(String)
. -
TemporaryDirectoryIOException
-
TemporaryDirectoryIOException
-