Uses of Class
java.io.ObjectStreamException
| Package | Description |
|---|---|
| java.io | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
-
Uses of ObjectStreamException in java.io
Subclasses of ObjectStreamException in java.io Modifier and Type Class Description classInvalidClassExceptionSignals a problem during the serialization or or deserialization of an object.classInvalidObjectExceptionSignals that, during deserialization, the validation of an object has failed.classNotActiveExceptionSignals that a serialization-related method has been invoked in the wrong place.classNotSerializableExceptionSignals that an object that is not serializable has been passed into theObjectOutput.writeObject()method.classOptionalDataExceptionSignals that theObjectInputStreamclass encountered a primitive type (int,charetc.) instead of an object instance in the input stream.classStreamCorruptedExceptionSignals that theObjectInputStream.readObject()method could not read an object due to missing information (for example, a cyclic reference that doesn't match a previous instance, or a missing class descriptor for the object to be loaded).classWriteAbortedExceptionSignals that theObjectInputStream.readObject()method has detected an exception marker in the input stream. -
Uses of ObjectStreamException in java.security
Methods in java.security that throw ObjectStreamException Modifier and Type Method Description protected ObjectKeyRep. readResolve()Resolves and returns theKeyobject. -
Uses of ObjectStreamException in java.security.cert
Methods in java.security.cert that throw ObjectStreamException Modifier and Type Method Description protected ObjectCertificate.CertificateRep. readResolve()Deserializes aCertificatefrom a serializedCertificateRepobject.protected ObjectCertPath.CertPathRep. readResolve()Deserializes aCertPathfrom a serializedCertPathRepobject.protected ObjectCertificate. writeReplace()Returns an alternate object to be serialized.protected ObjectCertPath. writeReplace()Returns an alternate object to be serialized.