javax.transaction
Class HeuristicRollbackException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--javax.transaction.HeuristicRollbackException
- public class HeuristicRollbackException
- extends java.rmi.RemoteException
This exception is thrown by the commit operation to report that a heuristic
decision was made and that all relevant updates have been rolled back.
- See Also:
- Serialized Form
Fields inherited from class java.rmi.RemoteException |
detail |
Methods inherited from class java.rmi.RemoteException |
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
HeuristicRollbackException
public HeuristicRollbackException()
HeuristicRollbackException
public HeuristicRollbackException(java.lang.String msg)