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 | |
|---|---|
|
Create an ObjectStreamException with the specified argument. |
|
<init>()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 |