Class PersistenceRuntimeApplicationException

    • Constructor Summary

      Constructors 
      Constructor Description
      PersistenceRuntimeApplicationException​(java.lang.String message, org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode, java.lang.String errorCode, java.lang.String integrationKey)
      Constructor to create PersistenceRuntimeApplicationException
      PersistenceRuntimeApplicationException​(java.lang.String message, org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode, java.lang.String errorCode, java.lang.Throwable cause)
      Constructor to create PersistenceRuntimeApplicationException
      PersistenceRuntimeApplicationException​(java.lang.String message, org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode, java.lang.String errorCode, java.lang.Throwable cause, java.lang.String integrationKey)
      Constructor to create PersistenceRuntimeApplicationException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIntegrationKey()  
      • Methods inherited from class org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException

        getCode, getHttpStatus, getLocale
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PersistenceRuntimeApplicationException

        public PersistenceRuntimeApplicationException​(java.lang.String message,
                                                      org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode,
                                                      java.lang.String errorCode,
                                                      java.lang.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​(java.lang.String message,
                                                      org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode,
                                                      java.lang.String errorCode,
                                                      java.lang.Throwable cause,
                                                      java.lang.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​(java.lang.String message,
                                                      org.apache.olingo.odata2.api.commons.HttpStatusCodes statusCode,
                                                      java.lang.String errorCode,
                                                      java.lang.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 Detail

      • getIntegrationKey

        public java.lang.String getIntegrationKey()