Class CacheRegionNotSpecifiedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.regioncache.region.CacheRegionNotSpecifiedException
All Implemented Interfaces:
Serializable

public class CacheRegionNotSpecifiedException extends RuntimeException
This exception is thrown when CacheController is unable to resolve cache region for the key given.
For region resolution strategy description see CacheRegionResolver.
See Also:
  • Constructor Details

    • CacheRegionNotSpecifiedException

      public CacheRegionNotSpecifiedException(String msg)