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."],[[["`DpcMigrationUnknownException` is a type of `DpcMigrationException` specifically designed for unknown errors during device policy controller (DPC) migration."],["It inherits from the standard Kotlin `Throwable` class and ultimately the Java `Exception` class, providing functionalities for handling and debugging exceptions."],["Developers can use this exception class to catch and handle unexpected errors that may occur during the DPC migration process, allowing for more robust error management."]]],["`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"]]