com.odi
Class RestartableAbortException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.odmg.ODMGRuntimeException
                      extended bycom.odi.TransactionException
                          extended bycom.odi.odmg.TransactionAbortedException
                              extended bycom.odi.AbortException
                                  extended bycom.odi.RestartableAbortException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeadlockException, MvccIncoherentException, ServerRestartedException

public abstract 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.

PSE/PSE Pro does not use this class.

See Also:
Serialized Form

Methods inherited from class com.odi.AbortException
getOriginalException
 



Copyright 2005 Progress Software Corporation. All rights reserved.