org.datanucleus.exceptions
Class TransactionNotWritableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.exceptions.TransactionNotActiveException
org.datanucleus.exceptions.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
TransactionNotWritableException
public TransactionNotWritableException()
- Constructor.
TransactionNotWritableException
public TransactionNotWritableException(String message,
Object failedObject)
- Constructor.
- Parameters:
message
- the localized error messagefailedObject
- the failed object
Copyright © 2013. All Rights Reserved.