KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > transaction > HeuristicCommitException

javax.transaction
Class HeuristicCommitException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.transaction.HeuristicCommitException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public HeuristicCommitException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HeuristicCommitException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags