Class COM.odi.AbortException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.odi.ObjectStoreException
|
+----COM.odi.AbortException
- public class AbortException
- extends ObjectStoreException
A superclass of all exceptions that abort the current transaction when
thrown. This is also the class of exception thrown when a situation occurs
during commit that requires aborting the transaction.
Copyright © 1996, 1997 Object Design, Inc. All rights reserved.