Class TransactionNotWritableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
org.datanucleus.api.jdo.exceptions.TransactionNotActiveException
org.datanucleus.api.jdo.exceptions.TransactionNotWritableException
All Implemented Interfaces:
Serializable

public class TransactionNotWritableException extends TransactionNotActiveException
A 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

    • TransactionNotWritableException

      public TransactionNotWritableException()
      Constructor.
    • TransactionNotWritableException

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