Class PostPersistHookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
de.hybris.platform.odata2services.odata.persistence.PersistenceRuntimeApplicationException
de.hybris.platform.odata2services.odata.persistence.hook.PersistHookException
de.hybris.platform.odata2services.odata.persistence.hook.PostPersistHookException
- All Implemented Interfaces:
Serializable
An exception that is thrown inside a
PostPersistHook is translated to a PostPersistHookException- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostPersistHookException(String hookName, Throwable cause, String integrationKey) -
Method Summary
Methods inherited from class de.hybris.platform.odata2services.odata.persistence.hook.PersistHookException
deriveMessageMethods inherited from class de.hybris.platform.odata2services.odata.persistence.PersistenceRuntimeApplicationException
getIntegrationKeyMethods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocaleMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PostPersistHookException
-