Searched defs:reason (Results 26 - 50 of 121) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLException.java48 * @param reason describes the problem.
50 public SSLException(String reason) argument
52 super(reason);
/openjdk7/jdk/src/share/classes/java/io/
H A DInvalidClassException.java53 * Report an InvalidClassException for the reason specified.
55 * @param reason String describing the reason for the exception.
57 public InvalidClassException(String reason) { argument
58 super(reason);
65 * @param reason a String describing the reason for the exception.
67 public InvalidClassException(String cname, String reason) { argument
68 super(reason);
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DAccessDeniedException.java62 * @param reason
63 * a reason message with additional information or {@code null}
65 public AccessDeniedException(String file, String other, String reason) { argument
66 super(file, other, reason);
H A DAtomicMoveNotSupportedException.java47 * @param reason
48 * a reason message with additional information
52 String reason)
54 super(source, target, reason);
50 AtomicMoveNotSupportedException(String source, String target, String reason) argument
H A DFileAlreadyExistsException.java57 * @param reason
58 * a reason message with additional information or {@code null}
60 public FileAlreadyExistsException(String file, String other, String reason) { argument
61 super(file, other, reason);
H A DNoSuchFileException.java57 * @param reason
58 * a reason message with additional information or {@code null}
60 public NoSuchFileException(String file, String other, String reason) { argument
61 super(file, other, reason);
H A DNotLinkException.java57 * @param reason
58 * a reason message with additional information or {@code null}
60 public NotLinkException(String file, String other, String reason) { argument
61 super(file, other, reason);
/openjdk7/jdk/src/share/classes/java/sql/
H A DBatchUpdateException.java59 * <code>reason</code>, <code>SQLState</code>, <code>vendorCode</code> and
66 * @param reason a description of the error
80 public BatchUpdateException( String reason, String SQLState, int vendorCode, argument
82 super(reason, SQLState, vendorCode);
88 * <code>reason</code>, <code>SQLState</code> and
96 * @param reason a description of the exception
108 public BatchUpdateException(String reason, String SQLState, argument
110 this(reason, SQLState, 0, updateCounts);
115 * <code>reason</code> and <code>updateCounts</code>.
124 * @param reason
135 BatchUpdateException(String reason, int[] updateCounts) argument
241 BatchUpdateException(String reason, int []updateCounts, Throwable cause) argument
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.java57 * 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, argument
150 super(reason);
174 SQLClientInfoException(String reason, Map<String, ClientInfoStatus> failedProperties, Throwable cause) argument
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...]
H A DSQLDataException.java42 * The <code>reason</code>, <code>SQLState</code> are initialized
58 * <code>reason</code>.
67 * @param reason a description of the exception
70 public SQLDataException(String reason) { argument
71 super(reason);
76 * <code>reason</code> and <code>SQLState</code>. The
83 * @param reason a description of the exception
87 public SQLDataException(String reason, String SQLState) { argument
88 super(reason, SQLState);
93 * <code>reason</cod
105 SQLDataException(String reason, String SQLState, int vendorCode) argument
137 SQLDataException(String reason, Throwable cause) 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.java47 * The <code>reason</code>, <code>SQLState</code> are initialized
62 * with a given <code>reason</code>. The <code>SQLState</code>
70 * @param reason a description of the exception
73 public SQLFeatureNotSupportedException(String reason) { argument
74 super(reason);
79 * with a given <code>reason</code> and <code>SQLState</code>.
86 * @param reason a description of the exception
90 public SQLFeatureNotSupportedException(String reason, String SQLState) { argument
91 super(reason,SQLState);
96 * with a given <code>reason</cod
108 SQLFeatureNotSupportedException(String reason, String SQLState, int vendorCode) argument
141 SQLFeatureNotSupportedException(String reason, Throwable cause) 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.java42 * The <code>reason</code>, <code>SQLState</code> are initialized
57 * with a given <code>reason</code>. The <code>SQLState</code>
65 * @param reason a description of the exception
68 public SQLIntegrityConstraintViolationException(String reason) { argument
69 super(reason);
74 * object with a given <code>reason</code> and <code>SQLState</code>.
81 * @param reason a description of the exception
85 public SQLIntegrityConstraintViolationException(String reason, String SQLState) { argument
86 super(reason,SQLState);
91 * with a given <code>reason</cod
103 SQLIntegrityConstraintViolationException(String reason, String SQLState, int vendorCode) argument
136 SQLIntegrityConstraintViolationException(String reason, Throwable cause) 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.java42 * The <code>reason</code>, <code>SQLState</code> are initialized
57 * with a given <code>reason</code>. The <code>SQLState</code>
65 * @param reason a description of the exception
68 public SQLInvalidAuthorizationSpecException(String reason) { argument
69 super(reason);
74 * with a given <code>reason</code> and <code>SQLState</code>.
81 * @param reason a description of the exception
85 public SQLInvalidAuthorizationSpecException(String reason, String SQLState) { argument
86 super(reason,SQLState);
91 * with a given <code>reason</cod
103 SQLInvalidAuthorizationSpecException(String reason, String SQLState, int vendorCode) argument
136 SQLInvalidAuthorizationSpecException(String reason, Throwable cause) 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.java42 * The <code>reason</code>, <code>SQLState</code> are initialized
58 * with a given <code>reason</code>. The <code>SQLState</code>
66 * @param reason a description of the exception
69 public SQLNonTransientConnectionException(String reason) { argument
70 super(reason);
75 * with a given <code>reason</code> and <code>SQLState</code>.
82 * @param reason a description of the exception
86 public SQLNonTransientConnectionException(String reason, String SQLState) { argument
87 super(reason,SQLState);
92 * with a given <code>reason</cod
104 SQLNonTransientConnectionException(String reason, String SQLState, int vendorCode) argument
137 SQLNonTransientConnectionException(String reason, Throwable cause) 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>
65 * @param reason a description of the exception
68 public SQLNonTransientException(String reason) { argument
69 super(reason);
74 * with a given <code>reason</code> and <code>SQLState</code>.
81 * @param reason a description of the exception
85 public SQLNonTransientException(String reason, String SQLState) { argument
86 super(reason,SQLState);
91 * with a given <code>reason</cod
103 SQLNonTransientException(String reason, String SQLState, int vendorCode) argument
136 SQLNonTransientException(String reason, Throwable cause) argument
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>
66 * @param reason a description of the exception
69 public SQLRecoverableException(String reason) { argument
70 super(reason);
75 * with a given <code>reason</code> and <code>SQLState</code>.
82 * @param reason a description of the exception
86 public SQLRecoverableException(String reason, String SQLState) { argument
87 super(reason, SQLState);
92 * with a given <code>reason</cod
104 SQLRecoverableException(String reason, String SQLState, int vendorCode) argument
137 SQLRecoverableException(String reason, Throwable cause) argument
153 SQLRecoverableException(String reason, String SQLState, Throwable cause) argument
170 SQLRecoverableException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
H A DSQLSyntaxErrorException.java41 * The <code>reason</code>, <code>SQLState</code> are initialized
56 * with a given <code>reason</code>. The <code>SQLState</code>
64 * @param reason a description of the exception
67 public SQLSyntaxErrorException(String reason) { argument
68 super(reason);
73 * with a given <code>reason</code> and <code>SQLState</code>.
80 * @param reason a description of the exception
84 public SQLSyntaxErrorException(String reason, String SQLState) { argument
85 super(reason, SQLState);
90 * with a given <code>reason</cod
102 SQLSyntaxErrorException(String reason, String SQLState, int vendorCode) argument
135 SQLSyntaxErrorException(String reason, Throwable cause) 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.java39 * The <code>reason</code>, <code>SQLState</code> are initialized
54 * with a given <code>reason</code>. The <code>SQLState</code>
62 * @param reason a description of the exception
65 public SQLTimeoutException(String reason) { argument
66 super(reason);
71 * with a given <code>reason</code> and <code>SQLState</code>.
78 * @param reason a description of the exception
82 public SQLTimeoutException(String reason, String SQLState) { argument
83 super(reason, SQLState);
88 * with a given <code>reason</cod
100 SQLTimeoutException(String reason, String SQLState, int vendorCode) argument
133 SQLTimeoutException(String reason, Throwable cause) 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.java41 * The <code>reason</code>, <code>SQLState</code> are initialized
56 * with a given <code>reason</code>. The <code>SQLState</code>
64 * @param reason a description of the exception
67 public SQLTransactionRollbackException(String reason) { argument
68 super(reason);
73 * with a given <code>reason</code> and <code>SQLState</code>.
80 * @param reason a description of the exception
84 public SQLTransactionRollbackException(String reason, String SQLState) { argument
85 super(reason, SQLState);
90 * with a given <code>reason</cod
102 SQLTransactionRollbackException(String reason, String SQLState, int vendorCode) argument
135 SQLTransactionRollbackException(String reason, Throwable cause) 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.java42 * The <code>reason</code>, <code>SQLState</code> are initialized
57 * with a given <code>reason</code>. The <code>SQLState</code>
65 * @param reason a description of the exception
68 public SQLTransientConnectionException(String reason) { argument
69 super(reason);
74 * with a given <code>reason</code> and <code>SQLState</code>.
81 * @param reason a description of the exception
85 public SQLTransientConnectionException(String reason, String SQLState) { argument
86 super(reason,SQLState);
91 * with a given <code>reason</cod
103 SQLTransientConnectionException(String reason, String SQLState, int vendorCode) argument
136 SQLTransientConnectionException(String reason, Throwable cause) 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>
63 * @param reason a description of the exception
66 public SQLTransientException(String reason) { argument
67 super(reason);
72 * with a given <code>reason</code> and <code>SQLState</code>.
79 * @param reason a description of the exception
83 public SQLTransientException(String reason, String SQLState) { argument
84 super(reason,SQLState);
89 * with a given <code>reason</cod
101 SQLTransientException(String reason, String SQLState, int vendorCode) argument
134 SQLTransientException(String reason, Throwable cause) argument
150 SQLTransientException(String reason, String SQLState, Throwable cause) argument
167 SQLTransientException(String reason, String SQLState, int vendorCode, Throwable cause) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPVersionMismatchException.java33 * reason or embedded <code>Throwable</code> object.
41 * <code>String</code> as the reason for the exception being thrown.
43 * @param reason a description of what caused the exception
45 public SOAPVersionMismatchException(String reason) { argument
46 super(reason);
51 * <code>String</code> as the reason for the exception being thrown
55 * @param reason a description of what caused the exception
59 public SOAPVersionMismatchException(String reason, Throwable cause) { argument
60 super(reason, cause);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DTreeException.java29 public TreeException(String reason) { argument
30 super(reason);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPException.java31 * that gives the reason for the exception, an embedded
33 * for retrieving reason messages and for retrieving the embedded
48 * reason or embedded <code>Throwable</code> object.
57 * <code>String</code> as the reason for the exception being thrown.
59 * @param reason a description of what caused the exception
61 public SOAPException(String reason) { argument
62 super(reason);
68 * <code>String</code> as the reason for the exception being thrown
72 * @param reason a description of what caused the exception
76 public SOAPException(String reason, Throwabl argument
[all...]
/openjdk7/jdk/test/java/net/Socket/asyncClose/
H A DAsyncCloseTest.java35 protected synchronized void failed(String reason) { argument
36 this.reason = reason;
40 return reason;
51 private String reason; field in class:AsyncCloseTest

Completed in 70 milliseconds

12345