Class COM.odi.UpdateReadOnlyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.DatabaseException
                                           |
                                           +----COM.odi.UpdateReadOnlyException

public final class UpdateReadOnlyException
extends DatabaseException
Thrown when calling an entry point that attempts to modify a database either during a read-only transaction or for a database that has been opened for read-only.

Note that the exception might not be thrown right away. For example, in the interests of efficiency, this exception might not be signaled when an attempt is made to modify an object. It might be delayed until the object is evicted.



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