Class CacheFileSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.powerwp4j.exceptions.CacheFileSystemException
All Implemented Interfaces:
Serializable

public class CacheFileSystemException extends RuntimeException
Exception thrown when a file system error occurs while working with the local cache file.
Author:
Yoham Gabriel B.
See Also:
  • Constructor Details

    • CacheFileSystemException

      public CacheFileSystemException(String message)
      Creates a new cache file system exception with the given message.
    • CacheFileSystemException

      public CacheFileSystemException(@NotNull @NotNull Supplier<String> message)
      Creates a new cache file system exception with a lazily computed message.