/libcore/luni/src/main/java/java/net/ |
BindException.java | 48 public BindException(String detailMessage, Throwable cause) {
|
ConnectException.java | 48 public ConnectException(String detailMessage, Throwable cause) {
|
NoRouteToHostException.java | 49 public NoRouteToHostException(String detailMessage, Throwable cause) {
|
PortUnreachableException.java | 48 public PortUnreachableException(String detailMessage, Throwable cause) {
|
ProtocolException.java | 46 public ProtocolException(String detailMessage, Throwable cause) {
|
/libcore/luni/src/main/java/java/sql/ |
SQLDataException.java | 81 * Throwable object is set to the given cause Throwable object. 84 * the Throwable object for the underlying reason this 87 public SQLDataException(Throwable cause) { 93 * and the cause Throwable object is set to the given cause Throwable 99 * the Throwable object for the underlying reason this 102 public SQLDataException(String reason, Throwable cause) { 109 * and the cause Throwable object is set to the given cause Throwable [all...] |
SQLFeatureNotSupportedException.java | 82 * the cause Throwable object is set to the given cause Throwable object. 85 * the Throwable object for the underlying reason this 88 public SQLFeatureNotSupportedException(Throwable cause) { 94 * set to the given and the cause Throwable object is set to the given cause 95 * Throwable object. 100 * the Throwable object for the underlying reason this 103 public SQLFeatureNotSupportedException(String reason, Throwable cause) { 110 * SQLState string and the cause Throwable object is set to the given cause 111 * Throwable object [all...] |
SQLIntegrityConstraintViolationException.java | 86 * cause!=null,and the cause Throwable object is set to the given cause 87 * Throwable object. 90 * the Throwable object for the underlying reason this 93 public SQLIntegrityConstraintViolationException(Throwable cause) { 99 * string is set to the given and the cause Throwable object is set to the 100 * given cause Throwable object. 105 * the Throwable object for the underlying reason this 109 Throwable cause) { 116 * the given SQLState string and the cause Throwable object is set to the 117 * given cause Throwable object [all...] |
SQLInvalidAuthorizationSpecException.java | 85 * cause!=null,and the cause Throwable object is set to the given cause 86 * Throwable object. 89 * the Throwable object for the underlying reason this 92 public SQLInvalidAuthorizationSpecException(Throwable cause) { 98 * is set to the given and the cause Throwable object is set to the given 99 * cause Throwable object. 104 * the Throwable object for the underlying reason this 107 public SQLInvalidAuthorizationSpecException(String reason, Throwable cause) { 114 * given SQLState string and the cause Throwable object is set to the given 115 * cause Throwable object [all...] |
SQLNonTransientConnectionException.java | 85 * cause!=null,and the cause Throwable object is set to the given cause 86 * Throwable object. 89 * the Throwable object for the underlying reason this 92 public SQLNonTransientConnectionException(Throwable cause) { 98 * is set to the given and the cause Throwable object is set to the given 99 * cause Throwable object. 104 * the Throwable object for the underlying reason this 107 public SQLNonTransientConnectionException(String reason, Throwable cause) { 114 * given SQLState string and the cause Throwable object is set to the given 115 * cause Throwable object [all...] |
SQLNonTransientException.java | 77 * cause Throwable object is set to the given cause Throwable object. 80 * the Throwable object for the underlying reason this 83 public SQLNonTransientException(Throwable cause) { 89 * the given and the cause Throwable object is set to the given cause 90 * Throwable object. 95 * the Throwable object for the underlying reason this 98 public SQLNonTransientException(String reason, Throwable cause) { 105 * string and the cause Throwable object is set to the given cause Throwable [all...] |
SQLRecoverableException.java | 77 * cause Throwable object is set to the given cause Throwable object. 80 * the Throwable object for the underlying reason this 83 public SQLRecoverableException(Throwable cause) { 89 * the given and the cause Throwable object is set to the given cause 90 * Throwable object. 95 * the Throwable object for the underlying reason this 98 public SQLRecoverableException(String reason, Throwable cause) { 105 * string and the cause Throwable object is set to the given cause Throwable [all...] |
SQLSyntaxErrorException.java | 77 * cause Throwable object is set to the given cause Throwable object. 80 * the Throwable object for the underlying reason this 83 public SQLSyntaxErrorException(Throwable cause) { 89 * the given and the cause Throwable object is set to the given cause 90 * Throwable object. 95 * the Throwable object for the underlying reason this 98 public SQLSyntaxErrorException(String reason, Throwable cause) { 105 * string and the cause Throwable object is set to the given cause Throwable [all...] |
SQLTimeoutException.java | 76 * Throwable object is set to the given cause Throwable object. 79 * the Throwable object for the underlying reason this 82 public SQLTimeoutException(Throwable cause) { 88 * given and the cause Throwable object is set to the given cause Throwable 94 * the Throwable object for the underlying reason this 97 public SQLTimeoutException(String reason, Throwable cause) { 104 * string and the cause Throwable object is set to the given cause Throwable [all...] |
SQLTransactionRollbackException.java | 78 * the cause Throwable object is set to the given cause Throwable object. 81 * the Throwable object for the underlying reason this 84 public SQLTransactionRollbackException(Throwable cause) { 90 * set to the given and the cause Throwable object is set to the given cause 91 * Throwable object. 96 * the Throwable object for the underlying reason this 99 public SQLTransactionRollbackException(String reason, Throwable cause) { 106 * SQLState string and the cause Throwable object is set to the given cause 107 * Throwable object [all...] |
SQLTransientConnectionException.java | 78 * the cause Throwable object is set to the given cause Throwable object. 81 * the Throwable object for the underlying reason this 84 public SQLTransientConnectionException(Throwable cause) { 90 * set to the given and the cause Throwable object is set to the given cause 91 * Throwable object. 96 * the Throwable object for the underlying reason this 99 public SQLTransientConnectionException(String reason, Throwable cause) { 106 * SQLState string and the cause Throwable object is set to the given cause 107 * Throwable object [all...] |
SQLTransientException.java | 76 * Throwable object is set to the given cause Throwable object. 79 * the Throwable object for the underlying reason this 82 public SQLTransientException(Throwable cause) { 88 * given and the cause Throwable object is set to the given cause Throwable 94 * the Throwable object for the underlying reason this 97 public SQLTransientException(String reason, Throwable cause) { 104 * string and the cause Throwable object is set to the given cause Throwable [all...] |
/libcore/luni/src/main/java/java/util/ |
ServiceConfigurationError.java | 40 public ServiceConfigurationError(String message, Throwable cause) {
|
/libcore/luni/src/main/java/java/util/prefs/ |
BackingStoreException.java | 43 * {@code Throwable}. 46 * the nested {@code Throwable}. 48 public BackingStoreException (Throwable t) {
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathExpressionException.java | 58 public XPathExpressionException(Throwable cause) {
|
XPathFactoryConfigurationException.java | 58 public XPathFactoryConfigurationException(Throwable cause) {
|
XPathFunctionException.java | 58 public XPathFunctionException(Throwable cause) {
|
/libcore/luni/src/test/java/libcore/java/lang/ |
AssertionErrorTest.java | 25 ae.initCause(new Throwable());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AaptExecException.java | 26 AaptExecException(String message, Throwable cause) {
|
ProguardExecException.java | 26 ProguardExecException(String message, Throwable cause) {
|