Class CacheLoader.UnsupportedLoadingOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.google.common.cache.CacheLoader.UnsupportedLoadingOperationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CacheLoader<K,
V>
public static final class CacheLoader.UnsupportedLoadingOperationException
extends UnsupportedOperationException
Exception thrown by
loadAll()
to indicate that it is not supported.- Since:
- 19.0
- Author:
- Charles Fry
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString