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