Class PrePersistHookException
- 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.PrePersistHookException
-
- All Implemented Interfaces:
java.io.Serializable
public class PrePersistHookException extends PersistHookException
An exception that is thrown inside aPrePersistHookis translated to aPrePersistHookException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrePersistHookException(java.lang.String hookName, java.lang.Throwable cause, java.lang.String integrationKey)
-
Method Summary
-
Methods inherited from class de.hybris.platform.odata2services.odata.persistence.hook.PersistHookException
deriveMessage
-
Methods inherited from class de.hybris.platform.odata2services.odata.persistence.PersistenceRuntimeApplicationException
getIntegrationKey
-
Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
getCode, getHttpStatus, getLocale
-
-