SerializationException

constructor()

Creates an instance of SerializationException without any details.


constructor(message: String?)

Creates an instance of SerializationException with the specified detail message.


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

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


constructor(cause: Throwable?)

Creates an instance of SerializationException with the specified cause.