faa.misc.oneWire
Class oneWireCmdFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by faa.misc.oneWire.oneWireCmdFailure
All Implemented Interfaces:
java.io.Serializable

public class oneWireCmdFailure
extends java.lang.Exception

oneWireCmdFailure when a command issued on the one-wire bus fails to execute properly. Source : oneWireCmdFailure.jav

Version:
$Id: oneWireCmdFailure.java,v 3.1 2006/03/14 15:47:35 samf Exp $
Author:
David Lonkart
See Also:
oneWireBus, Serialized Form

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private) static long serialVersionUID
           
 
Constructor Summary
oneWireCmdFailure(java.lang.String reason)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values
Constructor Detail

oneWireCmdFailure

public oneWireCmdFailure(java.lang.String reason)