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:
java.io.Serializable
- Direct Known Subclasses:
PersistHookNotFoundException,PostPersistHookException,PrePersistHookException
public abstract class PersistHookException extends PersistenceRuntimeApplicationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistHookException(java.lang.String message, java.lang.String errorCode, java.lang.String integrationKey)PersistHookException(java.lang.String hookName, java.lang.String hookType, java.lang.String errorCode, java.lang.Throwable cause, java.lang.String integrationKey)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static java.lang.StringderiveMessage(java.lang.String hookName, java.lang.String hookType, java.lang.Throwable e)-
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
-
-
-
-
Constructor Detail
-
PersistHookException
public PersistHookException(java.lang.String hookName, java.lang.String hookType, java.lang.String errorCode, java.lang.Throwable cause, java.lang.String integrationKey)
-
PersistHookException
public PersistHookException(java.lang.String message, java.lang.String errorCode, java.lang.String integrationKey)
-
-