Class PersistenceRuntimeApplicationException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidEntryDataException, OdataRequestProcessingException, PersistenceErrorRuntimeException, PersistenceException, PersistHookException

public class PersistenceRuntimeApplicationException extends org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException
See Also:
  • Constructor Details

    • PersistenceRuntimeApplicationException

      public PersistenceRuntimeApplicationException(String message, org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode, String errorCode, Throwable cause)
      Constructor to create PersistenceRuntimeApplicationException
      Parameters:
      message - error message
      statusCode - error status code
      errorCode - error code
      cause - exception that was thrown
    • PersistenceRuntimeApplicationException

      public PersistenceRuntimeApplicationException(String message, org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode, String errorCode, Throwable cause, String integrationKey)
      Constructor to create PersistenceRuntimeApplicationException
      Parameters:
      message - error message
      statusCode - error status code
      errorCode - error code
      cause - exception that was thrown
      integrationKey - integration key for the IntegrationObjectItem that has failed to persist
    • PersistenceRuntimeApplicationException

      public PersistenceRuntimeApplicationException(String message, org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode, String errorCode, String integrationKey)
      Constructor to create PersistenceRuntimeApplicationException
      Parameters:
      message - error message
      statusCode - error status code
      errorCode - error code
      integrationKey - integration key for the IntegrationObjectItem that has failed to persist
  • Method Details

    • getIntegrationKey

      public String getIntegrationKey()