OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndOfSourceException
(Results
1 - 4
of
4
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
EndOfSourceException.java
26
public class
EndOfSourceException
extends IOException {
30
public
EndOfSourceException
() {
SSLStreamedInput.java
45
* @throws org.conscrypt.
EndOfSourceException
if the end of the underlying
52
throw new
EndOfSourceException
();
SSLSocketImpl.java
658
} catch (
EndOfSourceException
e) {
781
} catch (
EndOfSourceException
e) {
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLStreamedInputTest.java
45
fail("Expected
EndOfSourceException
was not thrown");
46
} catch (
EndOfSourceException
e) {
Completed in 137 milliseconds