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
Exception thrown if something goes wrong in Model Persistence Gateway.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelPersistenceException(String message) ModelPersistenceException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelPersistenceException
public ModelPersistenceException() -
ModelPersistenceException
-
ModelPersistenceException
-
ModelPersistenceException
-