| org.apache.ojb.broker.OJBRuntimeException org.apache.ojb.broker.PersistenceBrokerException
All known Subclasses: org.apache.ojb.broker.metadata.MetadataException, org.apache.ojb.broker.TransactionNotInProgressException, org.apache.ojb.broker.util.configuration.ConfigurationException, org.apache.ojb.broker.TransactionAbortedException, org.apache.ojb.broker.PersistenceBrokerSQLException, org.apache.ojb.broker.OptimisticLockException, org.apache.ojb.broker.accesslayer.conversions.ConversionException, org.apache.ojb.broker.TransactionInProgressException,
PersistenceBrokerException | public class PersistenceBrokerException extends OJBRuntimeException (Code) | | Base class for exceptions happening during persistence broker operations.
author: Thomas Mahler version: $Id: PersistenceBrokerException.java,v 1.9.2.2 2005/12/22 21:15:14 tomdz Exp $ |
PersistenceBrokerException | public PersistenceBrokerException()(Code) | | Creates a new exception instance.
|
PersistenceBrokerException | public PersistenceBrokerException(String msg)(Code) | | Creates a new exception instance.
Parameters: msg - The exception message |
PersistenceBrokerException | public PersistenceBrokerException(Throwable cause)(Code) | | Creates a new exception instance.
Parameters: cause - The base exception |
PersistenceBrokerException | public PersistenceBrokerException(String msg, Throwable cause)(Code) | | Creates a new exception instance.
Parameters: msg - The exception message Parameters: cause - The base exception |
|
|