com.objy.db
Class ODMGRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.objy.db.ObjyRuntimeException
|
+--com.objy.db.ODMGRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CannotUpgradeLockException, DatabaseIsReadOnlyException, LockNotGrantedException, TransactionAbortedException, TransactionInProgressException, TransactionNotInProgressException
- public class ODMGRuntimeException
- extends ObjyRuntimeException
Superclass for all standard ODMG unchecked exceptions.
Note: You should not create or throw an exception of this class;
you obtain an instance of this class by catching unchecked exceptions.
- See Also:
- Serialized Form
Constructor Summary |
ODMGRuntimeException()
Reserved for internal use; you obtain an unchecked exception object
only by catching unchecked exceptions. |
ODMGRuntimeException(String msg)
Reserved for internal use; you obtain an unchecked exception object
only by catching unchecked exceptions. |
ODMGRuntimeException
public ODMGRuntimeException()
- Reserved for internal use; you obtain an unchecked exception object
only by catching unchecked exceptions.
You should not use this constructor directly.
ODMGRuntimeException
public ODMGRuntimeException(String msg)
- Reserved for internal use; you obtain an unchecked exception object
only by catching unchecked exceptions.
You should not use this constructor directly.
Copyright © 2000 Objectivity, Inc. All rights reserved.