com.dalsemi.onewire.adapter
Class OneWireIOException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.dalsemi.onewire.OneWireException
|
+--com.dalsemi.onewire.adapter.OneWireIOException
- All Implemented Interfaces:
- java.io.Serializable
- public class OneWireIOException
- extends OneWireException
This exception is thrown when there is an IO error communicating on
on the 1-Wire Network. The 1-Wire Network (or MicroLan) is the
Dallas Semiconductor 1-Wire communication standard.
- Version:
- 0.00, 28 Aug 2000
- See Also:
- Serialized Form
Constructor Summary |
OneWireIOException()
Constructs a OneWireIOException with no detail message. |
OneWireIOException(java.lang.String desc)
Constructs a OneWireIOException with the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OneWireIOException
public OneWireIOException()
- Constructs a OneWireIOException with no detail message.
OneWireIOException
public OneWireIOException(java.lang.String desc)
- Constructs a OneWireIOException with the specified detail message.
- Parameters:
desc
- the detail message description