Class CacheFileSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.powerwp4j.exceptions.CacheFileSystemException
- All Implemented Interfaces:
Serializable
Exception thrown when a file system error occurs while working with the local cache file.
- Author:
- Yoham Gabriel B.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheFileSystemException(String message) Creates a new cache file system exception with the given message.CacheFileSystemException(@NotNull Supplier<String> message) Creates a new cache file system exception with a lazily computed message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CacheFileSystemException
Creates a new cache file system exception with the given message. -
CacheFileSystemException
Creates a new cache file system exception with a lazily computed message.
-