Class COM.odi.AbortException
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
- public class AbortException
- extends TransactionAbortedException
A superclass of all exceptions that abort the current transaction when
thrown. This is also the class of exception thrown when a situation that
requires aborting the transaction occurs during commit.
Extends COM.odi.odmg.TransactionAbortedException to fit into the ODMG
exception heirachy.
-
getOriginalException()
- Returns the original exception that caused the AbortException to be
thrown, or null if there was no original exception.
getOriginalException
public Exception getOriginalException()
- Returns the original exception that caused the AbortException to be
thrown, or null if there was no original exception.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.