org.datanucleus.jdo.exceptions
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.jdo.exceptions.TransactionNotActiveException
org.datanucleus.jdo.exceptions.TransactionNotWritableException
- All Implemented Interfaces:
- java.io.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
| Methods inherited from class javax.jdo.JDOException |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransactionNotWritableException
public TransactionNotWritableException()
- Constructor.
TransactionNotWritableException
public TransactionNotWritableException(java.lang.String message,
java.lang.Object failedObject)
- Constructor.
- Parameters:
message - the localized error messagefailedObject - the failed object
Copyright © 2011. All Rights Reserved.