Class PersistHookNotFoundException
- 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.PersistHookNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class PersistHookNotFoundException extends PersistHookException
This exception is thrown when a bean with name or id matchinghookNameis not found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistHookNotFoundException(java.lang.String message, 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
-
-