Searched refs:SQLState (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLDataException.java29 * The subclass of {@link SQLException} thrown when the SQLState class value
42 * The <code>reason</code>, <code>SQLState</code> are initialized
59 * The <code>SQLState</code> is initialized
76 * <code>reason</code> and <code>SQLState</code>. The
84 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
87 public SQLDataException(String reason, String SQLState) { argument
88 super(reason, SQLState);
93 * <code>reason</code>, <code>SQLState</code> and
101 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
105 public SQLDataException(String reason, String SQLState, in argument
152 SQLDataException(String reason, String SQLState, Throwable cause) argument
168 SQLDataException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLFeatureNotSupportedException.java29 * The subclass of {@link SQLException} thrown when the SQLState class value is '<i>0A</i>'
47 * The <code>reason</code>, <code>SQLState</code> are initialized
62 * with a given <code>reason</code>. The <code>SQLState</code>
79 * with a given <code>reason</code> and <code>SQLState</code>.
87 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
90 public SQLFeatureNotSupportedException(String reason, String SQLState) { argument
91 super(reason,SQLState);
96 * with a given <code>reason</code>, <code>SQLState</code> and
104 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
108 public SQLFeatureNotSupportedException(String reason, String SQLState, in argument
157 SQLFeatureNotSupportedException(String reason, String SQLState, Throwable cause) argument
174 SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLIntegrityConstraintViolationException.java29 * The subclass of {@link SQLException} thrown when the SQLState class value
42 * The <code>reason</code>, <code>SQLState</code> are initialized
57 * with a given <code>reason</code>. The <code>SQLState</code>
74 * object with a given <code>reason</code> and <code>SQLState</code>.
82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
85 public SQLIntegrityConstraintViolationException(String reason, String SQLState) { argument
86 super(reason,SQLState);
91 * with a given <code>reason</code>, <code>SQLState</code> and
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
103 public SQLIntegrityConstraintViolationException(String reason, String SQLState, in argument
152 SQLIntegrityConstraintViolationException(String reason, String SQLState, Throwable cause) argument
169 SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLInvalidAuthorizationSpecException.java29 * The subclass of {@link SQLException} thrown when the SQLState class value
42 * The <code>reason</code>, <code>SQLState</code> are initialized
57 * with a given <code>reason</code>. The <code>SQLState</code>
74 * with a given <code>reason</code> and <code>SQLState</code>.
82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
85 public SQLInvalidAuthorizationSpecException(String reason, String SQLState) { argument
86 super(reason,SQLState);
91 * with a given <code>reason</code>, <code>SQLState</code> and
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
103 public SQLInvalidAuthorizationSpecException(String reason, String SQLState, in argument
152 SQLInvalidAuthorizationSpecException(String reason, String SQLState, Throwable cause) argument
169 SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLNonTransientConnectionException.java29 * The subclass of {@link SQLException} thrown for the SQLState
42 * The <code>reason</code>, <code>SQLState</code> are initialized
58 * with a given <code>reason</code>. The <code>SQLState</code>
75 * with a given <code>reason</code> and <code>SQLState</code>.
83 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
86 public SQLNonTransientConnectionException(String reason, String SQLState) { argument
87 super(reason,SQLState);
92 * with a given <code>reason</code>, <code>SQLState</code> and
100 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
104 public SQLNonTransientConnectionException(String reason, String SQLState, in argument
153 SQLNonTransientConnectionException(String reason, String SQLState, Throwable cause) argument
170 SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLNonTransientException.java40 * The <code>reason</code>, <code>SQLState</code> are initialized
56 * with a given <code>reason</code>. The <code>SQLState</code>
74 * with a given <code>reason</code> and <code>SQLState</code>.
82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
85 public SQLNonTransientException(String reason, String SQLState) { argument
86 super(reason,SQLState);
91 * with a given <code>reason</code>, <code>SQLState</code> and
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
103 public SQLNonTransientException(String reason, String SQLState, int vendorCode) { argument
104 super(reason,SQLState,vendorCod
153 SQLNonTransientException(String reason, String SQLState, Throwable cause) argument
170 SQLNonTransientException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLRecoverableException.java43 * The <code>reason</code>, <code>SQLState</code> are initialized
58 * with a given <code>reason</code>. The <code>SQLState</code>
75 * with a given <code>reason</code> and <code>SQLState</code>.
83 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
86 public SQLRecoverableException(String reason, String SQLState) { argument
87 super(reason, SQLState);
92 * with a given <code>reason</code>, <code>SQLState</code> and
100 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
104 public SQLRecoverableException(String reason, String SQLState, int vendorCode) { argument
105 super(reason, SQLState, vendorCod
153 SQLRecoverableException(String reason, String SQLState, Throwable cause) argument
170 SQLRecoverableException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLSyntaxErrorException.java29 * The subclass of {@link SQLException} thrown when the SQLState class value
41 * The <code>reason</code>, <code>SQLState</code> are initialized
56 * with a given <code>reason</code>. The <code>SQLState</code>
73 * with a given <code>reason</code> and <code>SQLState</code>.
81 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
84 public SQLSyntaxErrorException(String reason, String SQLState) { argument
85 super(reason, SQLState);
90 * with a given <code>reason</code>, <code>SQLState</code> and
98 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
102 public SQLSyntaxErrorException(String reason, String SQLState, in argument
151 SQLSyntaxErrorException(String reason, String SQLState, Throwable cause) argument
168 SQLSyntaxErrorException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLTimeoutException.java31 * <P> This exception does not correspond to a standard SQLState.
39 * The <code>reason</code>, <code>SQLState</code> are initialized
54 * with a given <code>reason</code>. The <code>SQLState</code>
71 * with a given <code>reason</code> and <code>SQLState</code>.
79 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
82 public SQLTimeoutException(String reason, String SQLState) { argument
83 super(reason, SQLState);
88 * with a given <code>reason</code>, <code>SQLState</code> and
96 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
100 public SQLTimeoutException(String reason, String SQLState, in argument
149 SQLTimeoutException(String reason, String SQLState, Throwable cause) argument
166 SQLTimeoutException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLTransactionRollbackException.java29 * The subclass of {@link SQLException} thrown when the SQLState class value
41 * The <code>reason</code>, <code>SQLState</code> are initialized
56 * with a given <code>reason</code>. The <code>SQLState</code>
73 * with a given <code>reason</code> and <code>SQLState</code>.
81 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
84 public SQLTransactionRollbackException(String reason, String SQLState) { argument
85 super(reason, SQLState);
90 * with a given <code>reason</code>, <code>SQLState</code> and
98 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
102 public SQLTransactionRollbackException(String reason, String SQLState, in argument
151 SQLTransactionRollbackException(String reason, String SQLState, Throwable cause) argument
168 SQLTransactionRollbackException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLTransientConnectionException.java29 * The subclass of {@link SQLException} for the SQLState class
42 * The <code>reason</code>, <code>SQLState</code> are initialized
57 * with a given <code>reason</code>. The <code>SQLState</code>
74 * with a given <code>reason</code> and <code>SQLState</code>.
82 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
85 public SQLTransientConnectionException(String reason, String SQLState) { argument
86 super(reason,SQLState);
91 * with a given <code>reason</code>, <code>SQLState</code> and
99 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
103 public SQLTransientConnectionException(String reason, String SQLState, in argument
152 SQLTransientConnectionException(String reason, String SQLState, Throwable cause) argument
169 SQLTransientConnectionException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLTransientException.java40 * The <code>reason</code>, <code>SQLState</code> are initialized
55 * with a given <code>reason</code>. The <code>SQLState</code>
72 * with a given <code>reason</code> and <code>SQLState</code>.
80 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
83 public SQLTransientException(String reason, String SQLState) { argument
84 super(reason,SQLState);
89 * with a given <code>reason</code>, <code>SQLState</code> and
97 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
101 public SQLTransientException(String reason, String SQLState, int vendorCode) { argument
102 super(reason,SQLState,vendorCod
150 SQLTransientException(String reason, String SQLState, Throwable cause) argument
167 SQLTransientException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLWarning.java49 * with a given <code>reason</code>, <code>SQLState</code> and
57 * @param SQLState an XOPEN or SQL:2003 code identifying the warning
60 public SQLWarning(String reason, String SQLState, int vendorCode) { argument
61 super(reason, SQLState, vendorCode);
63 ") SQLState(" + SQLState +
70 * with a given <code>reason</code> and <code>SQLState</code>.
78 * @param SQLState an XOPEN or SQL:2003 code identifying the warning
80 public SQLWarning(String reason, String SQLState) { argument
81 super(reason, SQLState);
163 SQLWarning(String reason, String SQLState, Throwable cause) argument
181 SQLWarning(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLException.java42 * The values of the SQLState string are described in the appropriate spec.
58 * <code>reason</code>, <code>SQLState</code> and
66 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
69 public SQLException(String reason, String SQLState, int vendorCode) { argument
71 this.SQLState = SQLState;
75 DriverManager.println("SQLState(" + SQLState +
85 * <code>reason</code> and <code>SQLState</code>.
93 * @param SQLState a
95 SQLException(String reason, String SQLState) argument
359 private String SQLState; field in class:SQLException
[all...]
H A DBatchUpdateException.java59 * <code>reason</code>, <code>SQLState</code>, <code>vendorCode</code> and
67 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
80 public BatchUpdateException( String reason, String SQLState, int vendorCode, argument
82 super(reason, SQLState, vendorCode);
88 * <code>reason</code>, <code>SQLState</code> and
97 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
108 public BatchUpdateException(String reason, String SQLState, argument
110 this(reason, SQLState, 0, updateCounts);
119 * <code>SQLState</code> is initialized to <code>null</code>
144 * and <code>SQLState</cod
265 BatchUpdateException(String reason, String SQLState, int []updateCounts, Throwable cause) argument
292 BatchUpdateException(String reason, String SQLState, int vendorCode, int []updateCounts,Throwable cause) argument
[all...]
H A DSQLClientInfoException.java58 * <code>SQLState</code>, and failedProperties list are initialized to
75 * The <code>reason</code> and <code>SQLState</code> are initialized
129 * The <code>SQLState</code> is initialized
158 * The <code>SQLState</code> is initialized
185 * given <code>reason</code>, <code>SQLState</code> and
194 * @param SQLState an XOPEN or SQL:2003 code identifying the exception
205 String SQLState,
208 super(reason, SQLState);
214 * given <code>reason</code>, <code>SQLState</code>, <code>cause</code>
219 * @param SQLState a
204 SQLClientInfoException(String reason, String SQLState, Map<String, ClientInfoStatus> failedProperties) argument
231 SQLClientInfoException(String reason, String SQLState, Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
262 SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String, ClientInfoStatus> failedProperties) argument
292 SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DRowSetWarning.java63 * with the given value for the reason; SQLState defaults to null,
77 * defaults to <code>null</code>, SQLState defaults to null and vendorCode
86 * given values for the reason and SQLState. The vendor code defaults to 0.
88 * If the <code>reason</code> or <code>SQLState</code> parameters are <code>null</code>,
94 * @param SQLState an XOPEN code identifying the warning; if a non standard
95 * XOPEN <i>SQLState</i> is supplied, no exception is thrown.
97 public RowSetWarning(java.lang.String reason, java.lang.String SQLState) { argument
98 super(reason, SQLState);
103 * with the given values for the reason, SQLState and vendorCode.
105 * If the <code>reason</code>, or the <code>SQLState</cod
115 RowSetWarning(java.lang.String reason, java.lang.String SQLState, int vendorCode) argument
[all...]

Completed in 39 milliseconds