Uses of Class
de.hybris.platform.odata2services.odata.persistence.PersistenceRuntimeApplicationException
-
-
Uses of PersistenceRuntimeApplicationException in de.hybris.platform.odata2services.odata.errors
Methods in de.hybris.platform.odata2services.odata.errors that return types with arguments of type PersistenceRuntimeApplicationException Modifier and Type Method Description java.lang.Class<PersistenceRuntimeApplicationException>PersistenceRuntimeApplicationExceptionContextPopulator. getExceptionClass() -
Uses of PersistenceRuntimeApplicationException in de.hybris.platform.odata2services.odata.persistence
Subclasses of PersistenceRuntimeApplicationException in de.hybris.platform.odata2services.odata.persistence Modifier and Type Class Description classInvalidEntryDataExceptionThis exception wraps a thrownOData2ServicesExceptionclassOdataRequestDataProcessingExceptionclassPersistenceExceptionIndicates a problem with persisting a request paylaod. -
Uses of PersistenceRuntimeApplicationException in de.hybris.platform.odata2services.odata.persistence.hook
Subclasses of PersistenceRuntimeApplicationException in de.hybris.platform.odata2services.odata.persistence.hook Modifier and Type Class Description classPersistHookExceptionclassPersistHookNotFoundExceptionThis exception is thrown when a bean with name or id matchinghookNameis not foundclassPostPersistHookExceptionAn exception that is thrown inside aPostPersistHookis translated to aPostPersistHookExceptionclassPrePersistHookExceptionAn exception that is thrown inside aPrePersistHookis translated to aPrePersistHookException -
Uses of PersistenceRuntimeApplicationException in de.hybris.platform.odata2services.odata.processor
Subclasses of PersistenceRuntimeApplicationException in de.hybris.platform.odata2services.odata.processor Modifier and Type Class Description classODataPayloadProcessingExceptionclassOdataRequestProcessingExceptionclassPersistenceErrorRuntimeException
-