{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

CorruptionException

public final class CorruptionException


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

Public constructors

CorruptionException

public CorruptionException(@NonNull String message, Throwable cause)