Class CacheConstructionException

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

public class CacheConstructionException extends RuntimeException
CacheConstructionException is an exception that is thrown when there is an error constructing the cache.
Author:
Yoham Gabriel B. @ YGBStudio
See Also:
  • Constructor Details

    • CacheConstructionException

      public CacheConstructionException(String message)
      Creates a new cache construction exception with the given message.
    • CacheConstructionException

      public CacheConstructionException(@NotNull @NotNull Supplier<String> message)
      Creates a new cache construction exception with a lazily computed message.