|
|||||||||
| Home >> All >> org >> enableit >> db >> [ daf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enableit.db.daf
Class QueryException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.enableit.db.daf.QueryException
- All Implemented Interfaces:
- java.io.Serializable
- public class QueryException
- extends java.lang.Exception
Indicates a Bean type has not been registered with the DataAbstractionFacadeFactory.
- Version:
- v1.0
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Throwable |
rootCause
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
QueryException()
QueryException Method |
|
QueryException(java.lang.String msg)
QueryException Method |
|
QueryException(java.lang.String msg,
java.lang.Throwable rootCause)
QueryException Method |
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
rootCause
private java.lang.Throwable rootCause
| Constructor Detail |
QueryException
public QueryException()
- QueryException Method
QueryException
public QueryException(java.lang.String msg)
- QueryException Method
QueryException
public QueryException(java.lang.String msg, java.lang.Throwable rootCause)
- QueryException Method
| Method Detail |
getRootCause
public java.lang.Throwable getRootCause()
|
|||||||||
| Home >> All >> org >> enableit >> db >> [ daf overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC