Class RollbackException

All Implemented Interfaces:
Serializable

public class RollbackException extends OWLPersistenceException
Thrown by the persistence provider when EntityTransaction.commit() fails.
See Also:
  • Constructor Details

    • RollbackException

      public RollbackException(String message)
    • RollbackException

      public RollbackException(Throwable cause)
    • RollbackException

      public RollbackException(String message, Throwable cause)