Class OWSyncFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.dalsemi.onewire.application.file.OWSyncFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class OWSyncFailedException extends java.io.IOException
Represents a failed 1-Wire memory sync operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OWSyncFailedException(java.lang.String desc)
Constructs a SyncFailedException with a the given message.
-