Home
last modified time | relevance | path

Searched refs:SerialException (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/sql/testng/test/rowset/serial/
H A DSerialExceptionTests.java26 import javax.sql.rowset.serial.SerialException;
38 SerialException ex = new SerialException(); in test01()
50 SerialException ex = new SerialException(reason); in test02()
63 SerialException ex = new SerialException("Exception 1"); in test03()
65 SerialException ex1 = new SerialException("Exception 2"); in test03()
66 SerialException ex2 = new SerialException("Exception 3"); in test03()
82 SQLException ex = new SerialException("Exception 1"); in test04()
84 SerialException ex1 = new SerialException("Exception 2"); in test04()
85 SerialException ex2 = new SerialException("Exception 3"); in test04()
106 SerialException e = new SerialException(reason); in test05()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java103 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
193 public long length() throws SerialException { in length()
311 throws SerialException, SQLException { in position()
357 throws SerialException, SQLException { in position()
408 throws SerialException { in setString()
460 throws SerialException, SQLException { in setAsciiStream()
492 throws SerialException, SQLException { in setCharacterStream()
517 public void truncate(long length) throws SerialException { in truncate()
520 throw new SerialException in truncate()
562 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]
H A DSerialBlob.java107 throws SerialException, SQLException { in SerialBlob()
138 throws SerialException, SQLException { in SerialBlob()
203 public long length() throws SerialException { in length()
248 throws SerialException, SQLException { in position()
294 throws SerialException, SQLException { in position()
320 throws SerialException, SQLException { in setBytes()
356 throws SerialException, SQLException { in setBytes()
406 throws SerialException, SQLException { in setBinaryStream()
432 throw new SerialException( in truncate()
470 throw new SerialException( in getBinaryStream()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java103 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
193 public long length() throws SerialException { in length()
311 throws SerialException, SQLException { in position()
357 throws SerialException, SQLException { in position()
408 throws SerialException { in setString()
460 throws SerialException, SQLException { in setAsciiStream()
492 throws SerialException, SQLException { in setCharacterStream()
517 public void truncate(long length) throws SerialException { in truncate()
520 throw new SerialException in truncate()
562 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]
H A DSerialBlob.java107 throws SerialException, SQLException { in SerialBlob()
138 throws SerialException, SQLException { in SerialBlob()
203 public long length() throws SerialException { in length()
248 throws SerialException, SQLException { in position()
294 throws SerialException, SQLException { in position()
320 throws SerialException, SQLException { in setBytes()
356 throws SerialException, SQLException { in setBytes()
406 throws SerialException, SQLException { in setBinaryStream()
432 throw new SerialException( in truncate()
470 throw new SerialException( in getBinaryStream()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java101 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
191 public long length() throws SerialException { in length()
309 throws SerialException, SQLException { in position()
355 throws SerialException, SQLException { in position()
406 throws SerialException { in setString()
458 throws SerialException, SQLException { in setAsciiStream()
490 throws SerialException, SQLException { in setCharacterStream()
515 public void truncate(long length) throws SerialException { in truncate()
518 throw new SerialException in truncate()
560 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]
H A DSerialBlob.java106 throws SerialException, SQLException { in SerialBlob()
137 throws SerialException, SQLException { in SerialBlob()
202 public long length() throws SerialException { in length()
247 throws SerialException, SQLException { in position()
293 throws SerialException, SQLException { in position()
319 throws SerialException, SQLException { in setBytes()
355 throws SerialException, SQLException { in setBytes()
405 throws SerialException, SQLException { in setBinaryStream()
431 throw new SerialException( in truncate()
469 throw new SerialException( in getBinaryStream()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java104 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
194 public long length() throws SerialException { in length()
312 throws SerialException, SQLException { in position()
358 throws SerialException, SQLException { in position()
409 throws SerialException { in setString()
461 throws SerialException, SQLException { in setAsciiStream()
493 throws SerialException, SQLException { in setCharacterStream()
518 public void truncate(long length) throws SerialException { in truncate()
521 throw new SerialException in truncate()
563 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]
H A DSerialBlob.java108 throws SerialException, SQLException { in SerialBlob()
139 throws SerialException, SQLException { in SerialBlob()
204 public long length() throws SerialException { in length()
249 throws SerialException, SQLException { in position()
295 throws SerialException, SQLException { in position()
321 throws SerialException, SQLException { in setBytes()
357 throws SerialException, SQLException { in setBytes()
407 throws SerialException, SQLException { in setBinaryStream()
433 throw new SerialException( in truncate()
471 throw new SerialException( in getBinaryStream()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java104 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
194 public long length() throws SerialException { in length()
312 throws SerialException, SQLException { in position()
358 throws SerialException, SQLException { in position()
409 throws SerialException { in setString()
461 throws SerialException, SQLException { in setAsciiStream()
493 throws SerialException, SQLException { in setCharacterStream()
518 public void truncate(long length) throws SerialException { in truncate()
521 throw new SerialException in truncate()
563 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]
H A DSerialBlob.java108 throws SerialException, SQLException { in SerialBlob()
139 throws SerialException, SQLException { in SerialBlob()
204 public long length() throws SerialException { in length()
249 throws SerialException, SQLException { in position()
295 throws SerialException, SQLException { in position()
321 throws SerialException, SQLException { in setBytes()
357 throws SerialException, SQLException { in setBytes()
407 throws SerialException, SQLException { in setBinaryStream()
433 throw new SerialException( in truncate()
471 throw new SerialException( in getBinaryStream()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java103 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
193 public long length() throws SerialException { in length()
311 throws SerialException, SQLException { in position()
357 throws SerialException, SQLException { in position()
408 throws SerialException { in setString()
460 throws SerialException, SQLException { in setAsciiStream()
492 throws SerialException, SQLException { in setCharacterStream()
517 public void truncate(long length) throws SerialException { in truncate()
520 throw new SerialException in truncate()
562 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java103 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
193 public long length() throws SerialException { in length()
311 throws SerialException, SQLException { in position()
357 throws SerialException, SQLException { in position()
408 throws SerialException { in setString()
460 throws SerialException, SQLException { in setAsciiStream()
492 throws SerialException, SQLException { in setCharacterStream()
517 public void truncate(long length) throws SerialException { in truncate()
520 throw new SerialException in truncate()
562 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java104 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
194 public long length() throws SerialException { in length()
312 throws SerialException, SQLException { in position()
358 throws SerialException, SQLException { in position()
409 throws SerialException { in setString()
461 throws SerialException, SQLException { in setAsciiStream()
493 throws SerialException, SQLException { in setCharacterStream()
518 public void truncate(long length) throws SerialException { in truncate()
521 throw new SerialException in truncate()
563 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.sql.rowset/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java104 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
194 public long length() throws SerialException { in length()
312 throws SerialException, SQLException { in position()
358 throws SerialException, SQLException { in position()
409 throws SerialException { in setString()
461 throws SerialException, SQLException { in setAsciiStream()
493 throws SerialException, SQLException { in setCharacterStream()
518 public void truncate(long length) throws SerialException { in truncate()
521 throw new SerialException in truncate()
563 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialClob.java101 public SerialClob(char ch[]) throws SerialException, SQLException { in SerialClob()
191 public long length() throws SerialException { in length()
309 throws SerialException, SQLException { in position()
355 throws SerialException, SQLException { in position()
406 throws SerialException { in setString()
458 throws SerialException, SQLException { in setAsciiStream()
490 throws SerialException, SQLException { in setCharacterStream()
515 public void truncate(long length) throws SerialException { in truncate()
518 throw new SerialException in truncate()
560 throw new SerialException("Invalid length specified"); in getCharacterStream()
[all …]

1234567891011