Class PersistenceHookNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.inboundservices.persistence.hook.impl.PersistenceHookException
de.hybris.platform.inboundservices.persistence.hook.impl.PersistenceHookNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when a hook with name matching
hookName is not found- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPersistenceHookNotFoundException(PersistenceContext context, String hookName) Instantiates this exception -
Method Summary
Methods inherited from class de.hybris.platform.inboundservices.persistence.hook.impl.PersistenceHookException
getHookName, getPersistenceContext, getPersistenceHookTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersistenceHookNotFoundException
Instantiates this exception- Parameters:
context- a context for the hook executionhookName- name of the hook that is requested by the context, but which does not exist in the system.
-