| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.transaction.HeuristicMixedException
HeuristicMixedException | public class HeuristicMixedException extends Exception (Code) | | This exception is thrown to report that a heuristic decision was made and
that some some parts of the transaction have been committed while other
parts have been rolled back.
version: $Revision: 57196 $ |
HeuristicMixedException | public HeuristicMixedException()(Code) | | Creates a new HeuristicMixedException without a
detail message.
|
HeuristicMixedException | public HeuristicMixedException(String msg)(Code) | | Constructs an HeuristicMixedException with the
specified detail message.
Parameters: msg - the detail message. |
|
|
|