Package org.dataloader
Class ValueCache.ValueCachingNotSupported
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- org.dataloader.ValueCache.ValueCachingNotSupported
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- ValueCache<K,V>
public static class ValueCache.ValueCachingNotSupported extends java.lang.UnsupportedOperationException
This special exception can be used to short-circuit a caching method- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueCachingNotSupported()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-