object DpcMigrationTokenSignatureException : DpcMigrationException
The migration token is not signed by Google.
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."],[[["`DpcMigrationTokenSignatureException` is a type of `DpcMigrationException` indicating an issue with the migration token's signature."],["This exception is thrown when the migration token is not signed by Google, making it invalid for device policy controller (DPC) migration."],["It inherits functionalities from `kotlin.Throwable` like stack trace management and error message retrieval for debugging."]]],["`DpcMigrationTokenSignatureException` is a Kotlin object, a type of `DpcMigrationException`, that signifies a problem with a migration token's signature. This exception occurs when the migration token is not signed by Google. The object inherits various functions and properties from `kotlin.Throwable`, including methods for managing the stack trace, adding suppressed exceptions, and accessing the cause and message of the error. It indicates a security or validation failure during the device provisioning process.\n"]]