Class COM.odi.ServerRestartedException

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
                                                                           |
                                                                           +----COM.odi.ServerRestartedException

public final class ServerRestartedException
extends RestartableAbortException
Thrown when an ObjectStore Server has been restarted. The exception aborts the current transaction, but the application should be able to successfully retry the transaction without taking additional action.



Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.