Searched defs:cause (Results 76 - 100 of 211) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLDataException.java45 * The <code>cause</code> is not initialized, and may subsequently be
62 * The <code>cause</code> is not initialized, and may subsequently be
79 * The <code>cause</code> is not initialized, and may subsequently be
96 * The <code>cause</code> is not initialized, and may subsequently be
111 * <code>cause</code>.
115 * <code>cause==null</code> or to <code>cause.toString()</code> if
116 * <code>cause!=null</code>.
118 * @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
119 * the cause i
122 SQLDataException(Throwable cause) 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.java50 * The <code>cause</code> is not initialized, and may subsequently be
66 * The <code>cause</code> is not initialized, and may subsequently be
81 * The <code>cause</code> is not initialized, and may subsequently be
99 * The <code>cause</code> is not initialized, and may subsequently be
114 * with a given <code>cause</code>.
118 * <code>cause==null</code> or to <code>cause.toString()</code> if
119 * <code>cause!=null</code>.
121 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval bythe <code>getCause()</code> method); may be null indicating
122 * the cause i
125 SQLFeatureNotSupportedException(Throwable cause) 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.java45 * The <code>cause</code> is not initialized, and may subsequently be
61 * The <code>cause</code> is not initialized, and may subsequently be
76 * The <code>cause</code> is not initialized, and may subsequently be
94 * The <code>cause</code> is not initialized, and may subsequently be
109 * a given <code>cause</code>.
113 * <code>cause==null</code> or to <code>cause.toString()</code> if
114 * <code>cause!=null</code>.
116 * @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
117 * the cause i
120 SQLIntegrityConstraintViolationException(Throwable cause) 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.java45 * The <code>cause</code> is not initialized, and may subsequently be
61 * The <code>cause</code> is not initialized, and may subsequently be
76 * The <code>cause</code> is not initialized, and may subsequently be
94 * The <code>cause</code> is not initialized, and may subsequently be
109 * with a given <code>cause</code>.
113 * <code>cause==null</code> or to <code>cause.toString()</code> if
114 * <code>cause!=null</code>.
116 * @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
117 * the cause i
120 SQLInvalidAuthorizationSpecException(Throwable cause) 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.java32 * the operation is retried without the cause of the failure being corrected.
45 * The <code>cause</code> is not initialized, and may subsequently be
62 * The <code>cause</code> is not initialized, and may subsequently be
77 * The <code>cause</code> is not initialized, and may subsequently be
95 * The <code>cause</code> is not initialized, and may subsequently be
110 * with a given <code>cause</code>.
114 * <code>cause==null</code> or to <code>cause.toString()</code> if
115 * <code>cause!=null</code>.
117 * @param cause th
121 SQLNonTransientConnectionException(Throwable cause) 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.java30 * of the same operation would fail unless the cause of the <code>SQLException</code>
43 * The <code>cause</code> is not initialized, and may subsequently be
60 * The <code>cause</code> is not initialized, and may subsequently be
76 * The <code>cause</code> is not initialized, and may subsequently be
94 * The <code>cause</code> is not initialized, and may subsequently be
109 * with a given <code>cause</code>.
113 * <code>cause==null</code> or to <code>cause.toString()</code> if
114 * <code>cause!=null</code>.
116 * @param cause th
120 SQLNonTransientException(Throwable cause) 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.java46 * The <code>cause</code> is not initialized, and may subsequently be
62 * The <code>cause</code> is not initialized, and may subsequently be
77 * The <code>cause</code> is not initialized, and may subsequently be
95 * The <code>cause</code> is not initialized, and may subsequently be
110 * with a given <code>cause</code>.
114 * <code>cause==null</code> or to <code>cause.toString()</code> if
115 * <code>cause!=null</code>.
117 * @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
118 * the cause i
121 SQLRecoverableException(Throwable cause) 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.java44 * The <code>cause</code> is not initialized, and may subsequently be
60 * The <code>cause</code> is not initialized, and may subsequently be
75 * The <code>cause</code> is not initialized, and may subsequently be
93 * The <code>cause</code> is not initialized, and may subsequently be
108 * with a given <code>cause</code>.
112 * <code>cause==null</code> or to <code>cause.toString()</code> if
113 * <code>cause!=null</code>.
115 * @param cause the underlying reason for this <code>SQLException</code> (which is saved for later retrieval bythe <code>getCause()</code> method); may be null indicating
116 * the cause i
119 SQLSyntaxErrorException(Throwable cause) 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.java42 * The <code>cause</code> is not initialized, and may subsequently be
58 * The <code>cause</code> is not initialized, and may subsequently be
73 * The <code>cause</code> is not initialized, and may subsequently be
91 * The <code>cause</code> is not initialized, and may subsequently be
106 * with a given <code>cause</code>.
110 * <code>cause==null</code> or to <code>cause.toString()</code> if
111 * <code>cause!=null</code>.
113 * @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
114 * the cause i
117 SQLTimeoutException(Throwable cause) 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.java44 * The <code>cause</code> is not initialized, and may subsequently be
60 * The <code>cause</code> is not initialized, and may subsequently be
75 * The <code>cause</code> is not initialized, and may subsequently be
93 * The <code>cause</code> is not initialized, and may subsequently be
108 * with a given <code>cause</code>.
112 * <code>cause==null</code> or to <code>cause.toString()</code> if
113 * <code>cause!=null</code>.
115 * @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
116 * the cause i
119 SQLTransactionRollbackException(Throwable cause) 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.java45 * The <code>cause</code> is not initialized, and may subsequently be
61 * The <code>cause</code> is not initialized, and may subsequently be
76 * The <code>cause</code> is not initialized, and may subsequently be
94 * The <code>cause</code> is not initialized, and may subsequently be
109 * with a given <code>cause</code>.
113 * <code>cause==null</code> or to <code>cause.toString()</code> if
114 * <code>cause!=null</code>.
116 * @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
117 * the cause i
120 SQLTransientConnectionException(Throwable cause) 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.java43 * The <code>cause</code> is not initialized, and may subsequently be
59 * The <code>cause</code> is not initialized, and may subsequently be
74 * The <code>cause</code> is not initialized, and may subsequently be
92 * The <code>cause</code> is not initialized, and may subsequently be
107 * with a given <code>cause</code>.
111 * <code>cause==null</code> or to <code>cause.toString()</code> if
112 * <code>cause!=null</code>.
114 * @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
115 * the cause i
118 SQLTransientException(Throwable cause) 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/jdk/src/share/classes/java/util/
H A DInvalidPropertiesFormatException.java49 * cause.
51 * @param cause the cause (which is saved for later retrieval by the
54 public InvalidPropertiesFormatException(Throwable cause) { argument
55 super(cause==null ? null : cause.toString());
56 this.initCause(cause);
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOInvalidTreeException.java77 * @param cause the <code>Throwable</code> (<code>Error</code> or
83 public IIOInvalidTreeException(String message, Throwable cause, argument
85 super(message, cause);
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXProviderException.java66 * @param cause the nested exception
68 public JMXProviderException(String message, Throwable cause) { argument
70 this.cause = cause;
74 return cause;
82 private Throwable cause = null; field in class:JMXProviderException
H A DJMXServerErrorException.java39 * <code>Error</code> that occurred as its cause.
59 cause = err;
63 return cause;
70 private final Error cause; field in class:JMXServerErrorException
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/oql/
H A DOQLException.java44 public OQLException(String msg, Throwable cause) { argument
45 super(msg, cause);
48 public OQLException(Throwable cause) { argument
49 super(cause);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DAccessorException.java55 public AccessorException(String message, Throwable cause) { argument
56 super(message, cause);
59 public AccessorException(Throwable cause) { argument
60 super(cause);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPVersionMismatchException.java56 * @param cause a <code>Throwable</code> object that is to
59 public SOAPVersionMismatchException(String reason, Throwable cause) { argument
60 super(reason, cause);
67 public SOAPVersionMismatchException(Throwable cause) { argument
68 super(cause);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMIMEParsingException.java42 * detail message. The cause is not initialized.
50 * message. The cause is not initialized.
61 * message and cause.
65 * @param cause The cause which is saved for the later
68 public MIMEParsingException(String message, Throwable cause) { argument
69 super(message, cause);
73 * Constructs a new WebServiceException with the specified cause
74 * and a detail message of <tt>(cause==null ? null :
75 * cause
84 MIMEParsingException(Throwable cause) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DBuildException.java56 private final Throwable cause; field in class:BuildException
57 public BuildException(Throwable cause) { argument
58 if (cause == null)
59 throw new NullPointerException("null cause");
60 this.cause = cause;
64 return cause;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DIllegalAnnotationException.java38 public IllegalAnnotationException(Throwable cause) { argument
39 super(cause);
42 public IllegalAnnotationException(String message, Throwable cause) { argument
43 super(message, cause);
H A DIllegalSignatureException.java38 public IllegalSignatureException(String message, Throwable cause) { argument
39 super(message, cause);
42 public IllegalSignatureException(Throwable cause) { argument
43 super(cause);
H A DTxwException.java36 public TxwException(Throwable cause) { argument
37 super(cause);
40 public TxwException(String message, Throwable cause) { argument
41 super(message, cause);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyException.java38 public PolicyException(String message, Throwable cause) { argument
39 super(message, cause);
43 public PolicyException(Throwable cause) { argument
44 super(cause);

Completed in 109 milliseconds

123456789