Class COM.odi.RestartableAbortException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.odi.ObjectStoreException
|
+----COM.odi.odmg.ODMGRuntimeException
|
+----COM.odi.TransactionException
|
+----COM.odi.odmg.TransactionAbortedException
|
+----COM.odi.AbortException
|
+----COM.odi.RestartableAbortException
- public class RestartableAbortException
- extends AbortException
An abstract superclass of all exceptions that abort the current transaction
but for which it makes sense to just retry the transaction. These are
exceptions where the problem that caused the abort has been repaired, so all
that needs to happen is to restart the transaction.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.