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