HomeSort by relevance Sort by last modified time
    Searched full:constructs (Results 26 - 50 of 3575) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/lang/
Error.java 35 * Constructs a new {@code Error} that includes the current stack trace.
41 * Constructs a new {@code Error} with the current stack trace and the
52 * Constructs a new {@code Error} with the current stack trace, the
65 * Constructs a new {@code Error} with the current stack trace and the
Exception.java 34 * Constructs a new {@code Exception} that includes the current stack trace.
40 * Constructs a new {@code Exception} with the current stack trace and the
51 * Constructs a new {@code Exception} with the current stack trace, the
64 * Constructs a new {@code Exception} with the current stack trace and the
IllegalArgumentException.java 29 * Constructs a new {@code IllegalArgumentException} that includes the
36 * Constructs a new {@code IllegalArgumentException} with the current stack
47 * Constructs a new {@code IllegalArgumentException} with the current stack
61 * Constructs a new {@code IllegalArgumentException} with the current stack
IllegalStateException.java 29 * Constructs a new {@code IllegalStateException} that includes the current
36 * Constructs a new {@code IllegalStateException} with the current stack
47 * Constructs a new {@code IllegalStateException} with the current stack
61 * Constructs a new {@code IllegalStateException} with the current stack
RuntimeException.java 32 * Constructs a new {@code RuntimeException} that includes the current stack
39 * Constructs a new {@code RuntimeException} with the current stack trace
50 * Constructs a new {@code RuntimeException} with the current stack trace,
63 * Constructs a new {@code RuntimeException} with the current stack trace
SecurityException.java 28 * Constructs a new {@code SecurityException} that includes the current
35 * Constructs a new {@code SecurityException} with the current stack trace
46 * Constructs a new {@code SecurityException} with the current stack trace,
60 * Constructs a new {@code SecurityException} with the current stack trace
UnsupportedOperationException.java 28 * Constructs a new {@code UnsupportedOperationException} that includes the
35 * Constructs a new {@code UnsupportedOperationException} with the current
46 * Constructs a new {@code UnsupportedOperationException} with the current
60 * Constructs a new {@code UnsupportedOperationException} with the current
InstantiationException.java 28 * Constructs a new {@code InstantiationException} that includes the current
35 * Constructs a new {@code InstantiationException} with the current stack
46 * Constructs a new {@code InstantiationException} with the current stack
LinkageError.java 32 * Constructs a new {@code LinkageError} that includes the current stack
39 * Constructs a new {@code LinkageError} with the current stack trace and
50 * Constructs a new {@code LinkageError} with the given detail message and cause.
  /libcore/luni/src/main/java/java/security/
DigestException.java 28 * Constructs a new instance of {@code DigestException} with the
39 * Constructs a new instance of {@code DigestException}.
45 * Constructs a new instance of {@code DigestException} with the
58 * Constructs a new instance of {@code DigestException} with the
GeneralSecurityException.java 29 * Constructs a new instance of {@code GeneralSecurityException} with the
40 * Constructs a new instance of {@code GeneralSecurityException}.
46 * Constructs a new instance of {@code GeneralSecurityException} with the
59 * Constructs a new instance of {@code GeneralSecurityException} with the
InvalidAlgorithmParameterException.java 29 * Constructs a new instance of {@code InvalidAlgorithmParameterException}
40 * Constructs a new instance of {@code InvalidAlgorithmParameterException}.
46 * Constructs a new instance of {@code InvalidAlgorithmParameterException} with the
59 * Constructs a new instance of {@code InvalidAlgorithmParameterException}
InvalidKeyException.java 29 * Constructs a new instance of {@code InvalidKeyException} with the given
40 * Constructs a new instance of {@code InvalidKeyException}.
46 * Constructs a new instance of {@code InvalidKeyException} with the given
59 * Constructs a new instance of {@code InvalidKeyException} with the cause.
KeyException.java 28 * Constructs a new instance of {@code KeyException} with the given message.
38 * Constructs a new instance of {@code KeyException}.
44 * Constructs a new instance of {@code KeyException} with the given message
57 * Constructs a new instance of {@code KeyException} with the cause.
KeyManagementException.java 29 * Constructs a new instance of {@code KeyManagementException} with the
40 * Constructs a new instance of {@code KeyManagementException}.
46 * Constructs a new instance of {@code KeyManagementException} with the
59 * Constructs a new instance of {@code KeyManagementException} with the
KeyStoreException.java 30 * Constructs a new instance of {@code KeyStoreException} with the
41 * Constructs a new instance of {@code KeyStoreException}.
47 * Constructs a new instance of {@code KeyStoreException} with the
60 * Constructs a new instance of {@code KeyStoreException} with the
NoSuchAlgorithmException.java 29 * Constructs a new instance of {@code NoSuchAlgorithmException} with the
40 * Constructs a new instance of {@code NoSuchAlgorithmException}.
46 * Constructs a new instance of {@code NoSuchAlgorithmException} with the
59 * Constructs a new instance of {@code NoSuchAlgorithmException} with the
ProviderException.java 31 * Constructs a new instance of {@code ProviderException} with the given
42 * Constructs a new instance of {@code ProviderException}.
48 * Constructs a new instance of {@code ProviderException} with the given
61 * Constructs a new instance of {@code ProviderException} with the cause.
SignatureException.java 30 * Constructs a new instance of {@code SignatureException} with the
41 * Constructs a new instance of {@code SignatureException}.
47 * Constructs a new instance of {@code SignatureException} with the
60 * Constructs a new instance of {@code SignatureException} with the
  /libcore/luni/src/main/java/java/util/
ConcurrentModificationException.java 32 * Constructs a new {@code ConcurrentModificationException} with the current
40 * Constructs a new {@code ConcurrentModificationException} with the current
51 * Constructs a new {@code ConcurrentModificationException} with the given detail
60 * Constructs a new {@code ConcurrentModificationException} with the given cause.
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutionException.java 22 * Constructs an {@code ExecutionException} with no detail message.
29 * Constructs an {@code ExecutionException} with the specified detail
40 * Constructs an {@code ExecutionException} with the specified detail
52 * Constructs an {@code ExecutionException} with the specified cause.
RejectedExecutionException.java 20 * Constructs a {@code RejectedExecutionException} with no detail message.
27 * Constructs a {@code RejectedExecutionException} with the
39 * Constructs a {@code RejectedExecutionException} with the
51 * Constructs a {@code RejectedExecutionException} with the
  /external/chromium_org/content/browser/dom_storage/
session_storage_namespace_impl.h 21 // Constructs a |SessionStorageNamespaceImpl| and allocates new IDs for it.
27 // Constructs a |SessionStorageNamespaceImpl| by cloning
32 // Constructs a |SessionStorageNamespaceImpl| and assigns |persistent_id|
  /libcore/luni/src/main/java/java/io/
InterruptedIOException.java 35 * Constructs a new instance.
41 * Constructs a new instance with the given detail message.
48 * Constructs a new instance with given detail message and cause.
  /libcore/luni/src/main/java/java/net/
BindException.java 32 * Constructs a new instance.
38 * Constructs a new instance with the given detail message.
45 * Constructs a new instance with the given detail message and cause.

Completed in 1131 milliseconds

12 3 4 5 6 7 8 91011>>