Package org.datanucleus.transaction
Class HeuristicRollbackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.datanucleus.exceptions.NucleusException
-
- org.datanucleus.transaction.NucleusTransactionException
-
- org.datanucleus.transaction.HeuristicRollbackException
-
- All Implemented Interfaces:
java.io.Serializable
public class HeuristicRollbackException extends NucleusTransactionException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description HeuristicRollbackException()
HeuristicRollbackException(java.lang.String message)
HeuristicRollbackException(java.lang.String message, java.lang.Throwable exception)
HeuristicRollbackException(java.lang.String message, java.lang.Throwable[] exceptions)
-
Method Summary
-
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HeuristicRollbackException
public HeuristicRollbackException()
-
HeuristicRollbackException
public HeuristicRollbackException(java.lang.String message, java.lang.Throwable exception)
-
HeuristicRollbackException
public HeuristicRollbackException(java.lang.String message, java.lang.Throwable[] exceptions)
-
HeuristicRollbackException
public HeuristicRollbackException(java.lang.String message)
-
-