|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sptci.rwt.QueryException
public class QueryException
A custom exception that is used to wrap any exceptions raised when executing SQL statements.
© Copyright 2007 Sans Pareil Technologies, Inc.
| Constructor Summary | |
|---|---|
protected |
QueryException()
Default constructor. |
|
QueryException(String message)
Create a new exception with the specified message. |
|
QueryException(String message,
Throwable cause)
Create a new exception with the specified message and instance of Throwable caused the problem. |
|
QueryException(Throwable cause)
Create a new exception with the instance of Throwable that
caused the problem. |
| 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 |
|---|
protected QueryException()
public QueryException(String message)
message - The message that describes the problem.public QueryException(Throwable cause)
Throwable that
caused the problem.
cause - The exception that caused this instance of the
exception to be thrown.
public QueryException(String message,
Throwable cause)
Throwable caused the problem.
message - The message that describes the problem.cause - The exception that caused this instance of the
exception to be thrown.
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||