Package org.odmg
Class ODMGRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.odmg.ODMGRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClassNotPersistenceCapableException,DatabaseClosedException,DatabaseIsReadOnlyException,LockNotGrantedException,NotImplementedException,ObjectDeletedException,ObjectNotPersistentException,RasConnectionFailedException,TransactionAbortedException,TransactionInProgressException,TransactionNotInProgressException
This is the base class for all RuntimeExceptions thrown by an ODMG implementation.
- Author:
- David Jordan (as Java Editor of the Object Data Management Group)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an instance of the exception.Construct an instance of the exception with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ODMGRuntimeException
public ODMGRuntimeException()Construct an instance of the exception. -
ODMGRuntimeException
Construct an instance of the exception with the specified message.- Parameters:
msg- The message associated with the exception.
-