Package org.datanucleus.exceptions
Class TransactionNotReadableException
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.TransactionNotReadableException
- All Implemented Interfaces:
Serializable
An TransactionNotReadableException is thrown if an operation needs either of
an active transaction or non-transactional read and neither is true.
- See Also:
-
Field Summary
FieldsFields inherited from class org.datanucleus.exceptions.NucleusException
failed, fatal, nested
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.TransactionNotReadableException
(String message, Object failedObject) Constructor. -
Method Summary
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TransactionNotReadableException
public TransactionNotReadableException()Constructor. -
TransactionNotReadableException
Constructor.- Parameters:
message
- the localized error messagefailedObject
- the failed object
-