|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStreamException | |
java.awt.color | Provides classes for color spaces. |
java.io | Provides for system input and output through data streams, serialization and the file system. |
java.security.cert | Provides classes and interfaces for parsing and managing certificates. |
Uses of ObjectStreamException in java.awt.color |
Methods in java.awt.color that throw ObjectStreamException | |
protected Object |
ICC_Profile.readResolve()
Resolves instances being deserialized into instances registered with CMM. |
Uses of ObjectStreamException in java.io |
Subclasses of ObjectStreamException in java.io | |
class |
InvalidClassException
Thrown when the Serialization runtime detects one of the following problems with a Class. |
class |
InvalidObjectException
Indicates that one or more deserialized objects failed validation tests. |
class |
NotActiveException
Thrown when serialization or deserialization is not active. |
class |
NotSerializableException
Thrown when an instance is required to have a Serializable interface. |
class |
OptionalDataException
Unexpected data appeared in an ObjectInputStream trying to read an Object. |
class |
StreamCorruptedException
Thrown when control information that was read from an object stream violates internal consistency checks. |
class |
WriteAbortedException
Signals that one of the ObjectStreamExceptions was thrown during a write operation. |
Uses of ObjectStreamException in java.security.cert |
Methods in java.security.cert that throw ObjectStreamException | |
protected Object |
Certificate.writeReplace()
Replace the Certificate to be serialized. |
protected Object |
Certificate.CertificateRep.readResolve()
Resolve the Certificate Object. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.