Package com.google.common.cache
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:
java.io.Serializable
- Enclosing class:
- CacheLoader<K,V>
public static final class CacheLoader.UnsupportedLoadingOperationException extends java.lang.UnsupportedOperationException
Exception thrown byloadAll()
to indicate that it is not supported.- Since:
- 19.0
- See Also:
- Serialized Form