---
title: "SnapshotApplyConflictException"
description: "An exception that is thrown when [SnapshotApplyResult.check] is called on a result of a
[MutableSnapshot.apply] that fails to apply."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
public class SnapshotApplyConflictException(@Suppress("unused") public val snapshot: Snapshot) :
    Exception()
```


An exception that is thrown when `SnapshotApplyResult.check` is called on a result of a
`MutableSnapshot.apply` that fails to apply.



