Class COM.odi.BrokenServerConnectionException

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.BrokenServerConnectionException

public final class BrokenServerConnectionException
extends AbortException
Thrown when the connection to an ObjectStore Server is broken. The exception aborts the current transaction. In most cases, some sort of external intervention is needed to restart the Server. After the intervention, the application can retry the transaction.



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