Class ParentEntityPersistenceException

All Implemented Interfaces:
Serializable

public class ParentEntityPersistenceException extends PersistenceException
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 Details

    • ParentEntityPersistenceException

      public ParentEntityPersistenceException(Throwable cause)
    • ParentEntityPersistenceException

      public ParentEntityPersistenceException(String message)
    • ParentEntityPersistenceException

      public ParentEntityPersistenceException(String message, Throwable cause)