Class OWSyncFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.dalsemi.onewire.application.file.OWSyncFailedException
All Implemented Interfaces:
Serializable

public class OWSyncFailedException extends IOException
Represents a failed 1-Wire memory sync operation.
See Also:
  • Constructor Details

    • OWSyncFailedException

      public OWSyncFailedException(String desc)
      Constructs a SyncFailedException with a the given message.
      Parameters:
      desc - a String describing the exception.