Class ValueCache.ValueCachingNotSupported

All Implemented Interfaces:
Serializable
Enclosing interface:
ValueCache<K,V>

public static class ValueCache.ValueCachingNotSupported extends UnsupportedOperationException
This special exception can be used to short-circuit a caching method
Author:
Craig Day, Brad Baker
See Also:
  • Constructor Details

    • ValueCachingNotSupported

      public ValueCachingNotSupported()
  • Method Details