bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/57420] New: java.sql.Exception missing new constructors


From: gnu_andrew at member dot fsf.org
Subject: [Bug classpath/57420] New: java.sql.Exception missing new constructors
Date: Sun, 26 May 2013 14:09:04 +0000

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57420

            Bug ID: 57420
           Summary: java.sql.Exception missing new constructors
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gnu_andrew at member dot fsf.org

1. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/java/sql/SQLNonTransientException.java
(at line 121)
        super(cause);
        ^^^^^^^^^^^^^
The constructor SQLException(Throwable) is undefined
----------
2. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/java/sql/SQLNonTransientException.java
(at line 137)
        super(reason,cause);
        ^^^^^^^^^^^^^^^^^^^^
The constructor SQLException(String, Throwable) is undefined
----------
3. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/java/sql/SQLNonTransientException.java
(at line 154)
        super(reason,SQLState,cause);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SQLException(String, String, Throwable) is undefined
----------
4. ERROR in
/mnt/builder/icedtea6/openjdk-ecj/jdk/src/share/classes/java/sql/SQLNonTransientException.java
(at line 171)
        super(reason,SQLState,vendorCode,cause);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SQLException(String, String, int, Throwable) is undefined



reply via email to

[Prev in Thread] Current Thread [Next in Thread]