org.odmg
Class DatabaseOpenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odmg.ODMGException
org.odmg.DatabaseOpenException
- All Implemented Interfaces:
- java.io.Serializable
- public class DatabaseOpenException
- extends ODMGException
This exception is thrown when attempting to open a database that is already open.
- Version:
- ODMG 3.0
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatabaseOpenException
public DatabaseOpenException()
- Construct an instance of the exception.
DatabaseOpenException
public DatabaseOpenException(java.lang.String msg)
- Construct an instance of the exception with a descriptive message.