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, TransactionAbortedException, TransactionInProgressException, TransactionNotInProgressException
public class ODMGRuntimeException
- extends RuntimeException
This is the base class for all RuntimeExceptions thrown by an ODMG implementation.
- Version:
- ODMG 3.0
- Author:
- David Jordan (as Java Editor of the Object Data Management Group)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ODMGRuntimeException
public ODMGRuntimeException()
ODMGRuntimeException
public ODMGRuntimeException(String msg)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.