Class TableDoesNotExistException

All Implemented Interfaces:
Serializable

public class TableDoesNotExistException extends IllegalStateException
An exception which indicates that the specified table does not exist; or that the table cache may be stale
See Also:
  • Constructor Details

    • TableDoesNotExistException

      public TableDoesNotExistException(String tableName)
      Constructor
      Parameters:
      tableName - the name of the table
    • TableDoesNotExistException

      public TableDoesNotExistException(String tableName, Throwable cause)
      Constructor
      Parameters:
      tableName - the name of the table
      cause - the Throwable which caused this exception
  • Method Details

    • getTableName

      public String getTableName()
      Returns the name of the table which caused this exception
      Returns:
      the name of the table