org.odmg
Class ODMGRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.odmg.ODMGRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ClassNotPersistenceCapableException, DatabaseClosedException, DatabaseIsReadOnlyException, LockNotGrantedException, NotImplementedException, ObjectDeletedException, ObjectNotPersistentException, TransactionAbortedException, TransactionInProgressException, TransactionNotInProgressException
- public class ODMGRuntimeException
- extends java.lang.RuntimeException
This is the base class for all RuntimeExceptions thrown by an ODMG implementation.
- Version:
- ODMG 3.0
| Nested classes inherited from class java.lang.Throwable |
|
| 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 |
ODMGRuntimeException
public ODMGRuntimeException()
- Construct an instance of the exception.
ODMGRuntimeException
public ODMGRuntimeException(java.lang.String msg)
- Construct an instance of the exception with the specified message.