Class CacheRegionNotSpecifiedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.regioncache.region.CacheRegionNotSpecifiedException
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheRegionNotSpecifiedException extends java.lang.RuntimeExceptionThis exception is thrown when CacheController is unable to resolve cache region for the key given.
For region resolution strategy description seeCacheRegionResolver.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheRegionNotSpecifiedException(java.lang.String msg)
-