com.thingmagic
Class ReaderCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.thingmagic.ReaderException
              extended by com.thingmagic.ReaderCodeException
All Implemented Interfaces:
java.io.Serializable

public class ReaderCodeException
extends ReaderException

Thrown when an error code is received from a reader device.

See Also:
Serialized Form

Method Summary
 int getCode()
           
 
Methods inherited from class com.thingmagic.ReaderException
getTagReads, setTagReads
 
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
 

Method Detail

getCode

public int getCode()