Class PersistenceFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.inboundservices.persistence.impl.PersistenceFailedException
All Implemented Interfaces:
Serializable

public class PersistenceFailedException extends RuntimeException
Indicates a general problem while performing data persistence.
See Also:
  • Constructor Details

    • PersistenceFailedException

      public PersistenceFailedException(PersistenceContext context, Throwable e)
      Instantiates this exception
      Parameters:
      context - context for the persistence failure
      e - original exception that was thrown during the persistence operation.
  • Method Details

    • getPersistenceContext

      public PersistenceContext getPersistenceContext()
      Retrieves context for the failed persistence operation.
      Returns:
      context for the failed persistence operation