com.odi
Class ServerRefusedConnectionException

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.ServerRefusedConnectionException
All Implemented Interfaces:
Serializable

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