Class PersistHookException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PersistHookNotFoundException,PostPersistHookException,PrePersistHookException
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPersistHookException(String message, String errorCode, String integrationKey) protectedPersistHookException(String hookName, String hookType, String errorCode, Throwable cause, String integrationKey) -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringderiveMessage(String hookName, String hookType, Throwable e) Methods 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
-
PersistHookException
-
PersistHookException
-
-
Method Details
-
deriveMessage
-