CorruptionException


class CorruptionException : IOException


A subclass of IOException that indicates that the file could not be de-serialized due to data format corruption. This exception should not be thrown when the IOException is due to a transient IO issue or permissions issue.

Summary

Public constructors

CorruptionException(message: String, cause: Throwable?)

Inherited properties

From kotlin.Throwable

Public constructors

CorruptionException

Added in 1.0.0
CorruptionException(message: String, cause: Throwable? = null)