Class COM.odi.ServerRefusedConnectionException

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

public final class ServerRefusedConnectionException
extends AbortException
Thrown when an attempt to connect to an ObjectStore Server fails because the Server is not available. This can happen if the Server shutsdown, the BrokenServerConnectionException is thrown, and another attempt is made to use the Server before it is restarted. 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.