All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.jts.HeuristicCommitException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----java.rmi.RemoteException
                                   |
                                   +----javax.jts.HeuristicCommitException

public class HeuristicCommitException
extends RemoteException
This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.


Constructor Index

 o HeuristicCommitException()
 o HeuristicCommitException(String)

Constructors

 o HeuristicCommitException
 public HeuristicCommitException()
 o HeuristicCommitException
 public HeuristicCommitException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index