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. |
|
ObjectStreamException(message: String!)Create an ObjectStreamException with the specified argument. |
|
Protected constructors
ObjectStreamException
Added in API level 1
protected ObjectStreamException()
Create an ObjectStreamException.
ObjectStreamException
Added in API level 1
protected ObjectStreamException(message: String!)
Create an ObjectStreamException with the specified argument.
| Parameters | |
|---|---|
message |
String!: the detailed message for the exception |