Class NDCCacheException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.ndc182shoppingfacades.exceptions.NDCCacheException
All Implemented Interfaces:
Serializable

public class NDCCacheException extends Exception
Exception thrown when an error occurs during an operation on cache
See Also:
  • Constructor Details

    • NDCCacheException

      public NDCCacheException()
      Instantiates a new Ndc cache exception.
    • NDCCacheException

      public NDCCacheException(String message)
      Instantiates a new Ndc cache exception.
      Parameters:
      message - the message
    • NDCCacheException

      public NDCCacheException(String message, Throwable cause)
      Instantiates a new Ndc cache exception.
      Parameters:
      message - the message
      cause - the cause