All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.jts.HeuristicRollbackException

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

public class HeuristicRollbackException
extends 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.


Constructor Index

 o HeuristicRollbackException()
 o HeuristicRollbackException(String)

Constructors

 o HeuristicRollbackException
 public HeuristicRollbackException()
 o HeuristicRollbackException
 public HeuristicRollbackException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index