Searched defs:tCause (Results 1 - 25 of 41) sorted by relevance

12

/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DBadPaddingExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:BadPaddingExceptionTest
H A DIllegalBlockSizeExceptionTest.java53 static Throwable tCause = new Throwable("Throwable for exception"); field in class:IllegalBlockSizeExceptionTest
H A DNoSuchPaddingExceptionTest.java53 static Throwable tCause = new Throwable("Throwable for exception"); field in class:NoSuchPaddingExceptionTest
H A DShortBufferExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:ShortBufferExceptionTest
H A DExemptionMechanismExceptionTest.java53 static Throwable tCause = new Throwable("Throwable for exception"); field in class:ExemptionMechanismExceptionTest
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DInvalidParameterExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:InvalidParameterExceptionTest
H A DNoSuchProviderExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:NoSuchProviderExceptionTest
H A DUnrecoverableKeyExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:UnrecoverableKeyExceptionTest
H A DDigestExceptionTest.java51 private static Throwable tCause = new Throwable("Throwable for exception"); field in class:DigestExceptionTest
105 DigestException tE = new DigestException(tCause);
107 String toS = tCause.toString();
113 assertEquals("getCause() must return ".concat(tCause.toString()), tE
114 .getCause(), tCause);
149 DigestException tE = new DigestException(null, tCause);
151 String toS = tCause.toString();
157 assertEquals("getCause() must return ".concat(tCause.toString()), tE
158 .getCause(), tCause);
169 tE = new DigestException(msgs[i], tCause);
[all...]
H A DGeneralSecurityExceptionTest.java52 private static Throwable tCause = new Throwable("Throwable for exception"); field in class:GeneralSecurityExceptionTest
109 GeneralSecurityException tE = new GeneralSecurityException(tCause);
111 String toS = tCause.toString();
117 assertEquals("getCause() must return ".concat(tCause.toString()), tE
118 .getCause(), tCause);
153 GeneralSecurityException tE = new GeneralSecurityException(null, tCause);
155 String toS = tCause.toString();
161 assertEquals("getCause() must return ".concat(tCause.toString()), tE
162 .getCause(), tCause);
173 tE = new GeneralSecurityException(msgs[i], tCause);
[all...]
H A DInvalidAlgorithmParameterExceptionTest.java53 private static Throwable tCause = new Throwable("Throwable for exception"); field in class:InvalidAlgorithmParameterExceptionTest
114 tCause);
116 String toS = tCause.toString();
122 assertEquals("getCause() must return ".concat(tCause.toString()), tE
123 .getCause(), tCause);
163 null, tCause);
165 String toS = tCause.toString();
171 assertEquals("getCause() must return ".concat(tCause.toString()), tE
172 .getCause(), tCause);
184 tE = new InvalidAlgorithmParameterException(msgs[i], tCause);
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLHandshakeExceptionTest.java49 static Throwable tCause = new Throwable("Throwable for exception"); field in class:SSLHandshakeExceptionTest
H A DSSLKeyExceptionTest.java48 static Throwable tCause = new Throwable("Throwable for exception"); field in class:SSLKeyExceptionTest
H A DSSLPeerUnverifiedExceptionTest.java49 static Throwable tCause = new Throwable("Throwable for exception"); field in class:SSLPeerUnverifiedExceptionTest
H A DSSLProtocolExceptionTest.java48 static Throwable tCause = new Throwable("Throwable for exception"); field in class:SSLProtocolExceptionTest
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DAuthenticationExceptionTest.java47 static Throwable tCause = new Throwable("Throwable for exception"); field in class:AuthenticationExceptionTest
120 AuthenticationException tE = new AuthenticationException(null, tCause);
122 String toS = tCause.toString();
127 assertEquals("getCause() must return ".concat(tCause.toString()),
128 tE.getCause(), tCause);
139 tE = new AuthenticationException(msgs[i], tCause);
141 String toS = tCause.toString();
151 .concat(tCause.toString()), tE.getCause(), tCause);
H A DSaslExceptionTest.java45 static Throwable tCause = new Throwable("Throwable for exception"); field in class:SaslExceptionTest
118 SaslException tE = new SaslException(null, tCause);
120 String toS = tCause.toString();
129 assertEquals("getCause() must return ".concat(tCause.toString()),
130 tE.getCause(), tCause);
142 tE = new SaslException(msgs[i], tCause);
144 String toS = tCause.toString();
159 .concat(tCause.toString()), tE.getCause(), tCause);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateExpiredExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:CertificateExpiredExceptionTest
H A DCertificateNotYetValidExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:CertificateNotYetValidExceptionTest
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DInvalidParameterSpecExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:InvalidParameterSpecExceptionTest
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
H A DCertificateEncodingExceptionTest.java51 static Throwable tCause = new Throwable("Throwable for exception"); field in class:CertificateEncodingExceptionTest
H A DCertificateExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:CertificateExceptionTest
H A DCertificateExpiredExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:CertificateExpiredExceptionTest
H A DCertificateNotYetValidExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:CertificateNotYetValidExceptionTest
H A DCertificateParsingExceptionTest.java52 static Throwable tCause = new Throwable("Throwable for exception"); field in class:CertificateParsingExceptionTest

Completed in 633 milliseconds

12