Home | History | Annotate | Download | only in sql

Lines Matching refs:reason

57      * The <code>reason</code>,
75 * The <code>reason</code> and <code>SQLState</code> are initialized
87 * the values contain one of the reason codes
101 * The <code>reason</code> is initialized to <code>null</code> if
111 * the values contain one of the reason codes
128 * given <code>reason</code> and <code>failedProperties</code>.
137 * @param reason a description of the exception
142 * the values contain one of the reason codes
147 public SQLClientInfoException(String reason,
150 super(reason);
156 * given <code>reason</code>, <code>cause</code> and
162 * @param reason a description of the exception
167 * the values contain one of the reason codes
169 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
174 public SQLClientInfoException(String reason,
178 super(reason);
185 * given <code>reason</code>, <code>SQLState</code> and
193 * @param reason a description of the exception
199 * the values contain one of the reason codes
204 public SQLClientInfoException(String reason,
208 super(reason, SQLState);
214 * given <code>reason</code>, <code>SQLState</code>, <code>cause</code>
218 * @param reason a description of the exception
224 * the values contain one of the reason codes
226 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
231 public SQLClientInfoException(String reason,
236 super(reason, SQLState);
243 * given <code>reason</code>, <code>SQLState</code>,
250 * @param reason a description of the exception
257 * the values contain one of the reason codes
262 public SQLClientInfoException(String reason,
267 super(reason, SQLState, vendorCode);
273 * given <code>reason</code>, <code>SQLState</code>,
278 * @param reason a description of the exception
285 * the values contain one of the reason codes
287 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval by the <code>getCause()</code> method); may be null indicating
292 public SQLClientInfoException(String reason,
298 super(reason, SQLState, vendorCode);
307 * reason codes defined in <code>ClientInfoStatus</code>