Class TransactionNotReadableException

All Implemented Interfaces:
Serializable

public class TransactionNotReadableException extends TransactionNotActiveException
An TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.
See Also:
  • Field Details

  • Constructor Details

    • TransactionNotReadableException

      public TransactionNotReadableException()
      Constructor.
    • TransactionNotReadableException

      public TransactionNotReadableException(String message, Object failedObject)
      Constructor.
      Parameters:
      message - the localized error message
      failedObject - the failed object