Class PersistenceErrorRuntimeException
- 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.processor.PersistenceErrorRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class PersistenceErrorRuntimeException extends PersistenceRuntimeApplicationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceErrorRuntimeException(java.lang.Throwable throwable, java.lang.String integrationKey)Constructor to create PersistenceErrorRuntimeException
-
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
-
PersistenceErrorRuntimeException
public PersistenceErrorRuntimeException(java.lang.Throwable throwable, java.lang.String integrationKey)Constructor to create PersistenceErrorRuntimeException- Parameters:
throwable- exception that was thrownintegrationKey- integration key for theIntegrationObjectItemthat has failed to persist
-
-