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:
Serializable

public class PersistenceException extends PersistenceRuntimeApplicationException
Indicates a problem with persisting a request paylaod.
See Also:
  • Constructor Details

    • PersistenceException

      public PersistenceException(Throwable e, PersistenceContext ctx)
      Constructor to create PersistenceException
      Parameters:
      e - exception that was thrown
      ctx - object that holds values for creating or updating an item