Class NoDefaultCacheImplementationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.xanthic.cache.api.exception.NoDefaultCacheImplementationException
All Implemented Interfaces:
Serializable

public class NoDefaultCacheImplementationException extends RuntimeException
Thrown when a cache is to be built with no provider specified and no default provider was found.
See Also:
  • Constructor Details

    • NoDefaultCacheImplementationException

      public NoDefaultCacheImplementationException(String message)