Package com.gmt2001.datastore2
Class TableDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.gmt2001.datastore2.TableDoesNotExistException
- All Implemented Interfaces:
Serializable
An exception which indicates that the specified table does not exist; or that the table cache may be stale
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTableDoesNotExistException
(String tableName) ConstructorTableDoesNotExistException
(String tableName, Throwable cause) Constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the table which caused this exceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableDoesNotExistException
Constructor- Parameters:
tableName
- the name of the table
-
TableDoesNotExistException
Constructor- Parameters:
tableName
- the name of the tablecause
- theThrowable
which caused this exception
-
-
Method Details
-
getTableName
Returns the name of the table which caused this exception- Returns:
- the name of the table
-