|
||||||||||
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 cmu.survey.data.FailedRequest.TableVersionNewerThanProgram
public static class FailedRequest.TableVersionNewerThanProgram
The table is newer than the code requesting it. When the table has already been upgraded to a newer version that this code knows about, throw this exception. This is so the table won't be downgraded to an older version of the code.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class cmu.survey.data.FailedRequest |
---|
FailedRequest.AlreadyClosedError, FailedRequest.BadColumnNameException, FailedRequest.DatabaseFailure, FailedRequest.TableVersionNewerThanProgram |
Constructor Summary | |
---|---|
FailedRequest.TableVersionNewerThanProgram(java.lang.String tableName)
|
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.TableVersionNewerThanProgram(java.lang.String tableName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |