object DpcMigrationDpcPackageSignatureMismatchException : DpcMigrationException
The DPC package signature does not match the records in Play.
Summary
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-23 UTC.
[null,null,["Last updated 2025-02-23 UTC."],[[["`DpcMigrationDpcPackageSignatureMismatchException` signals that the DPC (Device Policy Controller) package's signature doesn't align with what's recorded in Google Play."],["This exception is a subclass of `DpcMigrationException` and ultimately inherits from `java.lang.Exception`."],["It's triggered when there's a discrepancy between the expected and actual signature of the DPC package during device policy migration."]]],["The core content defines `DpcMigrationDpcPackageSignatureMismatchException`, a specific type of `DpcMigrationException` in Kotlin. This exception is triggered when a DPC (Device Policy Controller) package's signature doesn't match the records held in Play. It inherits functionalities from `Throwable`, including methods for managing the stack trace and handling suppressed exceptions and properties like cause and message. This signals an error related to a mismatch in the DPC package's signature, which can be used for troubleshooting.\n"]]