Class ModelPersistenceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.directpersistence.exception.ModelPersistenceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConcurrentModificationException, UpdateRowException

public class ModelPersistenceException extends RuntimeException
Exception thrown if something goes wrong in Model Persistence Gateway.
See Also:
  • Constructor Details

    • ModelPersistenceException

      public ModelPersistenceException()
    • ModelPersistenceException

      public ModelPersistenceException(String message)
    • ModelPersistenceException

      public ModelPersistenceException(Throwable cause)
    • ModelPersistenceException

      public ModelPersistenceException(String message, Throwable cause)