Class NDCCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.ndc182shoppingfacades.exceptions.NDCCacheException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs during an operation on cache
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Ndc cache exception.NDCCacheException(String message) Instantiates a new Ndc cache exception.NDCCacheException(String message, Throwable cause) Instantiates a new Ndc cache exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NDCCacheException
public NDCCacheException()Instantiates a new Ndc cache exception. -
NDCCacheException
Instantiates a new Ndc cache exception.- Parameters:
message- the message
-
NDCCacheException
Instantiates a new Ndc cache exception.- Parameters:
message- the messagecause- the cause
-