diff -r 80a1b7aa96d8 -r 4de01a56e3ee jdk/src/share/classes/java/sql/SQLException.java --- a/jdk/src/share/classes/java/sql/SQLException.java Mon Aug 11 15:34:24 2014 +0100 +++ b/jdk/src/share/classes/java/sql/SQLException.java Mon Aug 11 14:22:22 2014 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -36,7 +36,7 @@ *
Each SQLException
provides several kinds of information:
*
getMesasge
.
+ * message, available via the method getMessage
.
*