org.jpox.jdo.exceptions
Class TransactionNotReadableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
org.jpox.jdo.exceptions.TransactionNotActiveException
org.jpox.jdo.exceptions.TransactionNotReadableException
- All Implemented Interfaces:
- java.io.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:
- 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 |
TransactionNotReadableException
public TransactionNotReadableException()
- Constructor.
TransactionNotReadableException
public TransactionNotReadableException(java.lang.String message,
java.lang.Object failedObject)
- Constructor.
- Parameters:
message - the localized error messagefailedObject - the failed object
Copyright © -2008 . All Rights Reserved.