Class RollbackOnlyException

All Implemented Interfaces:
Serializable

public class RollbackOnlyException extends TransactionException
Signals that a transaction had been rolled back despite calling Transaction.commit() because it had been marked as rollback-only before.
See Also:
  • Constructor Details

    • RollbackOnlyException

      public RollbackOnlyException(String message)