Class PersistenceException
- 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.PersistenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class PersistenceException extends PersistenceRuntimeApplicationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException(java.lang.Throwable e, StorageRequest storageRequest)Constructor to create PersistenceException
-
Method Summary
-
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
-
PersistenceException
public PersistenceException(java.lang.Throwable e, StorageRequest storageRequest)Constructor to create PersistenceException- Parameters:
e- exception that was thrownstorageRequest- object that holds values for creating or updating an item
-
-