|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nih.nci.system.applicationservice.ApplicationException
gov.nih.nci.system.dao.DAOException
gov.nih.nci.system.dao.QueryException
public class QueryException
This exception is thrown by all the methods of the ApplicationService
interface. This exception contains the actual error or the error message of
the business error that occured during processing the request.
Constructor Summary | |
---|---|
QueryException()
Default constructor. |
|
QueryException(java.lang.String message)
Constructs the QueryException object with the passed message |
|
QueryException(java.lang.String message,
java.lang.Throwable cause)
Constructs the QueryException object with the passed message. |
|
QueryException(java.lang.Throwable cause)
Constructs the QueryException object storing the actual
exception that occured |
Method Summary |
---|
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 |
Constructor Detail |
---|
public QueryException()
public QueryException(java.lang.String message)
QueryException
object with the passed message
message
- The message which is describes the exception causedpublic QueryException(java.lang.String message, java.lang.Throwable cause)
QueryException
object with the passed message.
It also stores the actual exception that occured
message
- The message which describes the exceptioncause
- The actual exception that occuredpublic QueryException(java.lang.Throwable cause)
QueryException
object storing the actual
exception that occured
cause
- The actual exception that occured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |