OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EndOfSourceException
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
EndOfSourceException.java
26
public class
EndOfSourceException
extends IOException {
30
public
EndOfSourceException
() {
SSLStreamedInput.java
45
* @throws org.apache.harmony.xnet.provider.jsse.
EndOfSourceException
if the end of the underlying
52
throw new
EndOfSourceException
();
Completed in 368 milliseconds