| org.apache.ojb.broker.OJBRuntimeException
All known Subclasses: org.apache.ojb.broker.transaction.TransactionNotInProgressException, org.apache.ojb.broker.PersistenceBrokerException, org.apache.ojb.otm.connector.OTMConnectionRuntimeException, org.apache.ojb.otm.core.OTMGenericException, org.apache.ojb.broker.locking.LockRuntimeException, org.apache.ojb.broker.cache.RuntimeCacheException, org.apache.ojb.broker.accesslayer.OJBBatchUpdateException, org.apache.ojb.broker.PBFactoryException,
OJBRuntimeException | public class OJBRuntimeException extends NestableRuntimeException (Code) | | Base class of all unchecked exceptions used in OJB.
author: Thomas Mahler version: $Id: OJBRuntimeException.java,v 1.5.2.2 2005/12/22 21:15:36 tomdz Exp $ |
OJBRuntimeException | public OJBRuntimeException()(Code) | | Creates a new exception instance.
|
OJBRuntimeException | public OJBRuntimeException(String msg)(Code) | | Creates a new exception instance.
Parameters: msg - The exception message |
OJBRuntimeException | public OJBRuntimeException(Throwable cause)(Code) | | Creates a new exception instance.
Parameters: cause - The base exception |
OJBRuntimeException | public OJBRuntimeException(String msg, Throwable cause)(Code) | | Creates a new exception instance.
Parameters: msg - The exception message Parameters: cause - The base exception |
|
|