Class ParentEntityPersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.openadmin.server.service.persistence.PersistenceException
org.broadleafcommerce.openadmin.server.service.persistence.ParentEntityPersistenceException
- All Implemented Interfaces:
Serializable
Specific class of PersistenceException used in FieldPersistenceProviders that attempt to perform their own persistence
operations in addition to the normal entity field population duties.
- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParentEntityPersistenceException(String message) ParentEntityPersistenceException(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
-
ParentEntityPersistenceException
-
ParentEntityPersistenceException
-
ParentEntityPersistenceException
-