All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.jts.HeuristicMixedException

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

public class HeuristicMixedException
extends RemoteException
This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.


Constructor Index

 o HeuristicMixedException()
 o HeuristicMixedException(String)

Constructors

 o HeuristicMixedException
 public HeuristicMixedException()
 o HeuristicMixedException
 public HeuristicMixedException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index