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
Indicates a general problem while performing data persistence.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPersistenceFailedException(PersistenceContext context, Throwable e) Instantiates this exception -
Method Summary
Modifier and TypeMethodDescriptionRetrieves context for the failed persistence operation.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersistenceFailedException
Instantiates this exception- Parameters:
context- context for the persistence failuree- original exception that was thrown during the persistence operation.
-
-
Method Details
-
getPersistenceContext
Retrieves context for the failed persistence operation.- Returns:
- context for the failed persistence operation
-