Package 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,RasConnectionFailedException,TransactionAbortedException,TransactionInProgressException,TransactionNotInProgressException
public class ODMGRuntimeException extends java.lang.RuntimeExceptionThis 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ODMGRuntimeException()Construct an instance of the exception.ODMGRuntimeException(java.lang.String msg)Construct an instance of the exception with the specified message.
-
-
-
Constructor Detail
-
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.- Parameters:
msg- The message associated with the exception.
-
-