Class TransactionNotWritableException

  • All Implemented Interfaces:
    Serializable

    public class TransactionNotWritableException
    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:
    Serialized Form
    • Constructor Detail

      • TransactionNotWritableException

        public TransactionNotWritableException()
        Constructor.
      • TransactionNotWritableException

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