Class CacheMetaDataException

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

public class CacheMetaDataException extends RuntimeException
CacheMetaDataException is an exception that is thrown when there is an error with the cache metadata or its creation.
Author:
Yoham Gabriel B. @ YGBStudio
See Also:
  • Constructor Details

    • CacheMetaDataException

      public CacheMetaDataException(@NotNull @NotNull String message)
      Creates a new cache metadata exception with the given message.
    • CacheMetaDataException

      public CacheMetaDataException(@NotNull @NotNull Supplier<String> message)
      Creates a new cache metadata exception with a lazily computed message.
    • CacheMetaDataException

      public CacheMetaDataException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)
      Creates a new cache metadata exception with a message and an upstream exception (cause).