javax.transaction
Class HeuristicMixedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.transaction.HeuristicMixedException
- All Implemented Interfaces:
- java.io.Serializable
public class HeuristicMixedException
- 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 |
HeuristicMixedException
public HeuristicMixedException()
HeuristicMixedException
public HeuristicMixedException(java.lang.String msg)
HeuristicMixedException
public HeuristicMixedException(java.lang.Throwable e)
HeuristicMixedException
public HeuristicMixedException(java.lang.String msg,
java.lang.Throwable e)