|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception cmu.survey.data.FailedRequest
public class FailedRequest
Data could not be retrieved, either beause the table is too old, a column does not exist, or because a SQL error occurred.
Nested Class Summary | |
---|---|
static class |
FailedRequest.AlreadyClosedError
|
static class |
FailedRequest.BadColumnNameException
|
static class |
FailedRequest.DatabaseFailure
|
static class |
FailedRequest.TableVersionNewerThanProgram
The table is newer than the code requesting it. |
Constructor Summary | |
---|---|
FailedRequest()
|
|
FailedRequest(java.lang.String error)
|
|
FailedRequest(java.lang.String string,
java.lang.Throwable e)
|
|
FailedRequest(java.lang.Throwable e)
|
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 FailedRequest()
public FailedRequest(java.lang.String error)
public FailedRequest(java.lang.Throwable e)
public FailedRequest(java.lang.String string, java.lang.Throwable e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |