javax.transaction
Class HeuristicRollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.transaction.HeuristicRollbackException
- All Implemented Interfaces:
- java.io.Serializable
public class HeuristicRollbackException
- extends java.lang.Exception
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HeuristicRollbackException
public HeuristicRollbackException()
HeuristicRollbackException
public HeuristicRollbackException(java.lang.String msg)
HeuristicRollbackException
public HeuristicRollbackException(java.lang.Throwable e)
HeuristicRollbackException
public HeuristicRollbackException(java.lang.String msg,
java.lang.Throwable e)