open class SyncFailedException : IOException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.io.IOException
   ↳ java.io.SyncFailedException

Signals that a sync operation has failed.

Summary

Public constructors

Constructs an SyncFailedException with a detail message.

Public constructors

SyncFailedException

SyncFailedException(desc: String!)

Constructs an SyncFailedException with a detail message. A detail message is a String that describes this particular exception.

Parameters
desc String!: a String describing the exception.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.