com.objy.db
Class DatabaseClosedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.objy.db.ObjyException
|
+--com.objy.db.ODMGException
|
+--com.objy.db.DatabaseClosedException
- All Implemented Interfaces:
- Serializable
- public class DatabaseClosedException
- extends ODMGException
Signals that the connection to the federated database was closed during an operation
that requires the connection to be open.
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 |
DatabaseClosedException()
Reserved for internal use; you obtain an exception of this class
only by catching checked exceptions. |
DatabaseClosedException(String msg)
Reserved for internal use; you obtain an exception of this class
only by catching checked exceptions. |
DatabaseClosedException
public DatabaseClosedException()
- Reserved for internal use; you obtain an exception of this class
only by catching checked exceptions.
You should not use this constructor directly.
DatabaseClosedException
public DatabaseClosedException(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.