Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

ObjectStreamException

abstract class ObjectStreamException : IOException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.io.IOException
   ↳ java.io.ObjectStreamException

Superclass of all exceptions specific to Object Stream classes.

Summary

Protected constructors
<init>(classname: String!)

Create an ObjectStreamException with the specified argument.

Create an ObjectStreamException.

Protected constructors

<init>

Added in API level 1
protected ObjectStreamException(classname: String!)

Create an ObjectStreamException with the specified argument.

Parameters
classname String!: the detailed message for the exception

<init>

Added in API level 1
protected ObjectStreamException()

Create an ObjectStreamException.