|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> [ dataobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jcorporate.expresso.core.dataobjects
Class DataException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.core.db.DBException
com.jcorporate.expresso.core.dataobjects.DataException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DuplicateKeyException
- public class DataException
- extends com.jcorporate.expresso.core.db.DBException
Base class exception for the dataobjects framework. It is currently derived from DBException to allow for merging between the two distinct frameworks. The old DBObjects and the new DataObjects
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class com.jcorporate.expresso.core.db.DBException |
|
| Fields inherited from class com.jcorporate.expresso.kernel.exception.ChainedException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
DataException()
Default Constructor |
|
DataException(java.lang.String s)
Constructs a DataException using a message |
|
DataException(java.lang.String s,
java.lang.String newDatasourceMessage)
|
|
DataException(java.lang.String s,
java.lang.Throwable t)
Constructs a DataException using a message |
|
DataException(java.lang.Throwable t)
Constructs a DataException embedding an Exception within it. |
|
| Methods inherited from class com.jcorporate.expresso.core.db.DBException |
getDBMessage, getMessage |
| Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException |
getErrorNumber, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
DataException
public DataException()
- Default Constructor
DataException
public DataException(java.lang.String s)
- Constructs a DataException using a message
DataException
public DataException(java.lang.String s, java.lang.String newDatasourceMessage)
DataException
public DataException(java.lang.String s, java.lang.Throwable t)
- Constructs a DataException using a message
DataException
public DataException(java.lang.Throwable t)
- Constructs a DataException embedding an Exception within it.
|
|||||||||
| Home >> All >> com >> jcorporate >> expresso >> core >> [ dataobjects overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC