com.objy.db
Class DatabaseOpenException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.objy.db.ObjyException
|
+--com.objy.db.ODMGException
|
+--com.objy.db.DatabaseOpenException
- All Implemented Interfaces:
- Serializable
- public class DatabaseOpenException
- extends ODMGException
Signals an attempt to open a connection to a federated database when
the connection is already open.
This exception is also thrown if you call an open method with
an illegal open mode, or if the open mode is set to notOpen.
Note: You should not create or throw an exception of this class;
you obtain an instance of this class by catching checked exceptions.
- See Also:
- Serialized Form
Constructor Summary |
DatabaseOpenException()
Reserved for internal use; you obtain an exception of this class
only by catching checked exceptions. |
DatabaseOpenException(String msg)
Reserved for internal use; you obtain an exception of this class
only by catching checked exceptions. |
DatabaseOpenException
public DatabaseOpenException()
- Reserved for internal use; you obtain an exception of this class
only by catching checked exceptions.
You should not use this constructor directly.
DatabaseOpenException
public DatabaseOpenException(String msg)
- Reserved for internal use; you obtain an exception of this class
only by catching checked exceptions.
You should not use this constructor directly.
Copyright © 2000 Objectivity, Inc. All rights reserved.