HomeSort by relevance Sort by last modified time
    Searched refs:StreamCorruptedException (Results 1 - 25 of 61) sorted by null

1 2 3

  /libcore/ojluni/src/main/java/java/io/
StreamCorruptedException.java 35 public class StreamCorruptedException extends ObjectStreamException {
40 * Create a StreamCorruptedException and list a reason why thrown.
44 public StreamCorruptedException(String reason) {
49 * Create a StreamCorruptedException and list no reason why thrown.
51 public StreamCorruptedException() {
ObjectInputStream.java 286 * @throws StreamCorruptedException if the stream header is incorrect
357 * @throws StreamCorruptedException Control information in the
451 * @throws StreamCorruptedException if control information in the stream
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
StreamCorruptedExceptionTest.java 22 import java.io.StreamCorruptedException;
27 * java.io.StreamCorruptedException#StreamCorruptedException()
30 // Test for method java.io.StreamCorruptedException()
38 } catch (StreamCorruptedException e) {
43 fail("Failed to throw StreamCorruptedException for non serialized stream");
47 * java.io.StreamCorruptedException#StreamCorruptedException(java.lang.String)
50 // Test for method java.io.StreamCorruptedException(java.lang.String)
57 } catch (StreamCorruptedException e)
    [all...]
ObjectStreamFieldTest.java 31 import java.io.StreamCorruptedException;
299 throws StreamCorruptedException, IOException {
SerializationStressTest.java 34 import java.io.StreamCorruptedException;
99 StreamCorruptedException {
682 throws StreamCorruptedException, IOException {
    [all...]
SerializationStressTest1.java     [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ClassLoaderObjectInputStream.java 23 import java.io.StreamCorruptedException;
46 * @throws StreamCorruptedException if the stream is corrupted
50 throws IOException, StreamCorruptedException {
  /libcore/luni/src/main/java/java/math/
MathContext.java 23 import java.io.StreamCorruptedException;
236 * @throws StreamCorruptedException
238 * @throws StreamCorruptedException
246 throw new StreamCorruptedException(ex.getMessage());
  /libcore/ojluni/src/main/java/java/time/chrono/
Ser.java 64 import java.io.StreamCorruptedException;
243 default: throw new StreamCorruptedException("Unknown serialized type");
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
SerializationUtilTest.java 33 import java.io.StreamCorruptedException;
108 } catch (StreamCorruptedException expected) {
  /libcore/ojluni/src/main/java/java/time/
Ser.java 64 import java.io.StreamCorruptedException;
271 throw new StreamCorruptedException("Unknown serialized type");
  /libcore/ojluni/src/main/java/java/time/zone/
Ser.java 71 import java.io.StreamCorruptedException;
200 throw new StreamCorruptedException("Unknown serialized type");
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 47 import java.io.StreamCorruptedException;
439 // Test 1: readStreamHeader should not throw a StreamCorruptedException.
445 } catch (StreamCorruptedException e) {
446 fail("Test 1: Unexpected StreamCorruptedException.");
458 fail("Test 2: StreamCorruptedException expected.");
460 } catch (StreamCorruptedException e) {
474 fail("Test 3: StreamCorruptedException expected.");
476 } catch (StreamCorruptedException e) {
621 fail("StreamCorruptedException expected");
622 } catch (StreamCorruptedException e)
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Hashtable.java     [all...]
IdentityHashMap.java     [all...]
Random.java     [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 30 import java.io.StreamCorruptedException;
253 throw new StreamCorruptedException("expect [" + serializedData
  /packages/apps/Messaging/src/com/android/messaging/util/
DebugUtils.java 52 import java.io.StreamCorruptedException;
309 } catch (final StreamCorruptedException e) {
  /libcore/ojluni/src/main/java/javax/crypto/
SealedObject.java 460 throws IOException, StreamCorruptedException {
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 86 class StreamCorruptedException;
  /external/guice/extensions/persist/lib/
commons-io.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jce.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jce.jar 
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 907 milliseconds

1 2 3