Stay organized with collections
Save and categorize content based on your preferences.
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 2026-01-20 UTC.
[null,null,["Last updated 2026-01-20 UTC."],[],["`DpcMigrationUnknownException` is a Kotlin object representing an unknown error during DPC (Device Policy Controller) migration. It inherits from `DpcMigrationException`, which itself descends from `Exception` and `Throwable`. Key inherited functionalities include managing suppressed exceptions (`addSuppressed`, `getSuppressed`), stack trace manipulation (`fillInStackTrace`, `getStackTrace`, `setStackTrace`, `printStackTrace`), and retrieving error details (`getLocalizedMessage`, `initCause`, `cause`, `message`). It provides methods to interact with `PrintStream` and `PrintWriter` for the printing of the stacktrace.\n"]]