Class CacheValueLoadException

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

public class CacheValueLoadException extends RuntimeException
Exception thrown when error occurs during value load. If thrown unit is not added to cache.
See Also:
  • Constructor Details

    • CacheValueLoadException

      public CacheValueLoadException(String message)
    • CacheValueLoadException

      public CacheValueLoadException(String message, Exception exc)