Searched refs:CEStreamExhausted (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DCEStreamExhausted.java30 public class CEStreamExhausted extends IOException { }; class in inherits:IOException
H A DBASE64Decoder.java117 throw new CEStreamExhausted();
124 throw new CEStreamExhausted();
H A DUUDecoder.java131 throw new CEStreamExhausted();
221 throw new CEStreamExhausted();
244 throw new CEStreamExhausted();
H A DCharacterDecoder.java126 throw new CEStreamExhausted();
149 * @exception CEStreamExhausted The input stream is unexpectedly out of data
174 } catch (CEStreamExhausted e) {
H A DUCDecoder.java126 throw new CEStreamExhausted();
194 throw new CEStreamExhausted();

Completed in 50 milliseconds