rfid
Class RFIDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byrfid.RFIDException
All Implemented Interfaces:
java.io.Serializable

public class RFIDException
extends java.lang.Exception

Not sure what exactly this exception will mean...

See Also:
Serialized Form

Constructor Summary
RFIDException(java.lang.Exception root)
           
RFIDException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RFIDException

public RFIDException(java.lang.Exception root)

RFIDException

public RFIDException(java.lang.String message)