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.
-
HeuristicMixedException()
-
-
HeuristicMixedException(String)
-
HeuristicMixedException
public HeuristicMixedException()
HeuristicMixedException
public HeuristicMixedException(String msg)
All Packages Class Hierarchy This Package Previous Next Index