SerializationException

constructor()(source)

Creates an instance of SerializationException without any details.


constructor(message: String?)(source)

Creates an instance of SerializationException with the specified detail message.


constructor(message: String?, cause: Throwable?)(source)

Creates an instance of SerializationException with the specified detail message, and the given cause.


constructor(cause: Throwable?)(source)

Creates an instance of SerializationException with the specified cause.