summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Table.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/Table.cxx')
-rw-r--r--connectivity/source/drivers/firebird/Table.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Table.cxx b/connectivity/source/drivers/firebird/Table.cxx
index df523235e2ac..0220a8458264 100644
--- a/connectivity/source/drivers/firebird/Table.cxx
+++ b/connectivity/source/drivers/firebird/Table.cxx
@@ -225,7 +225,7 @@ void SAL_CALL Table::alterColumnByName(const OUString& rColName,
// ----- XRename --------------------------------------------------------------
void SAL_CALL Table::rename(const OUString&)
{
- throw RuntimeException(); // Firebird doesn't support this.
+ throw RuntimeException("Table renaming not supported by Firebird.");
}
// ----- XInterface -----------------------------------------------------------