working on translation of system messages
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -125,7 +125,7 @@ CREATE TABLE IF NOT EXISTS {0} (
|
||||
if (rs.next()) result = Bookmark.of(rs);
|
||||
rs.close();
|
||||
if (result != null) return result;
|
||||
throw UmbrellaException.notFound("No bookmark with urlId {0}",id);
|
||||
throw UmbrellaException.notFound("no_bookmark_for_urlid",id);
|
||||
} catch (SQLException e) {
|
||||
throw new UmbrellaException("Failed to load bookmark");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user