com.dalsemi.onewire.adapter
Class OneWireIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.dalsemi.onewire.OneWireException
|
+--com.dalsemi.onewire.adapter.OneWireIOException
- public class OneWireIOException
- extends OneWireException
This exception is thrown when there is an IO error communicating on
on the 1-Wire Network. For instance, when a network error occurs when
calling the putBit(boolean) method.
- See Also:
- Serialized Form
OneWireIOException
public OneWireIOException()
- Constructs a
OneWireIOException with no detail message.
OneWireIOException
public OneWireIOException(String desc)
- Constructs a
OneWireIOException with the specified detail message.
- Parameters:
desc - the detail message description
Also see:
o TINI 1.10 API, Optional Modules
o TINI Home Page
o 1-Wire API
Last update Fri Jun 21 07:07:33 CDT 2002