com.odi
Class AddressSpaceFullException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.AddressSpaceFullException
All Implemented Interfaces:
Serializable

public class AddressSpaceFullException
extends ObjectStoreException

This exception is thrown when ObjectStore runs out of address space. A scenario where this could occur is while trying to create more sessions than that set by ObjectStore.setNumExpectedSessions().

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.