OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestroyFailedException
(Results
1 - 25
of
25
) sorted by null
/libcore/luni/src/main/java/javax/security/auth/
DestroyFailedException.java
23
public class
DestroyFailedException
extends Exception {
28
* Creates an exception of type {@code
DestroyFailedException
}.
30
public
DestroyFailedException
() {
34
* Creates an exception of type {@code
DestroyFailedException
}.
39
public
DestroyFailedException
(String message) {
Destroyable.java
29
* not succeed a
DestroyFailedException
is thrown.
31
* @throws
DestroyFailedException
34
void destroy() throws
DestroyFailedException
;
/external/smack/src/org/apache/harmony/javax/security/auth/
DestroyFailedException.java
23
public class
DestroyFailedException
extends Exception {
28
* Creates an exception of type {@code
DestroyFailedException
}.
30
public
DestroyFailedException
() {
35
* Creates an exception of type {@code
DestroyFailedException
}.
40
public
DestroyFailedException
(String message) {
Destroyable.java
29
* not succeed a
DestroyFailedException
is thrown.
31
* @throws
DestroyFailedException
34
void destroy() throws
DestroyFailedException
;
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/
DestroyFailedExceptionTest.java
24
import javax.security.auth.
DestroyFailedException
;
29
* Tests
DestroyFailedException
class
34
* @tests javax.security.auth.
DestroyFailedException
#
DestroyFailedException
()
37
assertNull(new
DestroyFailedException
().getMessage());
41
* @tests javax.security.auth.
DestroyFailedException
#
DestroyFailedException
(
45
assertNull(new
DestroyFailedException
(null).getMessage());
48
assertSame(message, new
DestroyFailedException
(message).getMessage());
51
assertSame(message, new
DestroyFailedException
(message).getMessage())
[
all
...]
/libcore/luni/src/test/java/tests/api/javax/security/auth/
DestroyFailedExceptionTest.java
22
import javax.security.auth.
DestroyFailedException
;
25
* Tests for <code>
DestroyFailedException
</code> class constructors and methods.
37
* javax.security.auth.
DestroyFailedException
#
DestroyFailedException
()
38
* Assertion: constructs
DestroyFailedException
with no detail message
41
DestroyFailedException
dfE = new
DestroyFailedException
();
47
* javax.security.auth.
DestroyFailedException
#
DestroyFailedException
(String msg)
51
DestroyFailedException
dfE
[
all
...]
DestroyableTest.java
23
import javax.security.auth.
DestroyFailedException
;
54
public void destroy() throws
DestroyFailedException
{
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/serialization/
DestroyFailedExceptionTest.java
24
import javax.security.auth.
DestroyFailedException
;
30
* Serialization test for
DestroyFailedException
class
37
return new Object[] {new
DestroyFailedException
("message")};
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java
25
import javax.security.auth.
DestroyFailedException
;
54
public void testGetPassword() throws
DestroyFailedException
{
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java
27
import javax.security.auth.
DestroyFailedException
;
47
public void testGetPassword() throws
DestroyFailedException
{
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosKeyTest.java
25
import javax.security.auth.
DestroyFailedException
;
244
} catch (
DestroyFailedException
e) {
KerberosTicketTest.java
26
import javax.security.auth.
DestroyFailedException
;
544
} catch (
DestroyFailedException
e) {
/libcore/luni/src/main/java/java/security/
KeyStore.java
32
import javax.security.auth.
DestroyFailedException
;
[
all
...]
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/7/
android.jar
Completed in 962 milliseconds