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:
Serializable
- Enclosing class:
- CacheLoader<K,V>
public static final class CacheLoader.UnsupportedLoadingOperationException extends UnsupportedOperationException
Exception thrown byloadAll()
to indicate that it is not supported.- Since:
- 19.0
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-