Class CacheConstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.powerwp4j.exceptions.CacheConstructionException
- All Implemented Interfaces:
Serializable
CacheConstructionException is an exception that is thrown when there is an error constructing the
cache.
- Author:
- Yoham Gabriel B. @ YGBStudio
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheConstructionException(String message) Creates a new cache construction exception with the given message.CacheConstructionException(@NotNull Supplier<String> message) Creates a new cache construction 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
-
CacheConstructionException
Creates a new cache construction exception with the given message. -
CacheConstructionException
Creates a new cache construction exception with a lazily computed message.
-