Class TransactionNotReadableException
- 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.TransactionNotReadableException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionNotReadableException 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TransactionNotReadableException()
Constructor.TransactionNotReadableException(java.lang.String message, java.lang.Object failedObject)
Constructor.
-
Method Summary
-
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
-
-