Class DocumentConcurrentModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.persistence.polyglot.PolyglotPersistenceException
de.hybris.platform.persistence.polyglot.uow.PolyglotPersistenceConcurrentModificationException
ydocumentcartpackage.persistence.polyglot.repository.documentcart.DocumentConcurrentModificationException
- All Implemented Interfaces:
Serializable
public class DocumentConcurrentModificationException
extends PolyglotPersistenceConcurrentModificationException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocumentAlreadyExist(Document document) documentHasBeenModified(Document document) documentHasBeenRemoved(Document document) missingDocumentForCreation(EntityCreation creation) missingDocumentForModification(EntityModification modification) missingDocumentForRemoval(Entity itemToRemove) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentConcurrentModificationException
-
-
Method Details
-
missingDocumentForRemoval
public static DocumentConcurrentModificationException missingDocumentForRemoval(Entity itemToRemove) -
missingDocumentForModification
public static DocumentConcurrentModificationException missingDocumentForModification(EntityModification modification) -
missingDocumentForCreation
public static DocumentConcurrentModificationException missingDocumentForCreation(EntityCreation creation) -
documentAlreadyExist
-
documentHasBeenRemoved
-
documentHasBeenModified
-