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

public abstract class PersistHookException extends PersistenceRuntimeApplicationException
See Also:
  • Constructor Details

    • PersistHookException

      protected PersistHookException(String hookName, String hookType, String errorCode, Throwable cause, String integrationKey)
    • PersistHookException

      protected PersistHookException(String message, String errorCode, String integrationKey)
  • Method Details