Class NucleusTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.transaction.NucleusTransactionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HeuristicMixedException, HeuristicRollbackException, RollbackException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNucleusTransactionException(String message) NucleusTransactionException(String message, Throwable exception) NucleusTransactionException(String message, Throwable[] exceptions) -
Method Summary
Methods inherited from class NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NucleusTransactionException
public NucleusTransactionException() -
NucleusTransactionException
-
NucleusTransactionException
-
NucleusTransactionException
-