Class InvalidUsageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.zebra.rfid.api3.InvalidUsageException
All Implemented Interfaces:
Serializable

public class InvalidUsageException extends Exception
InvalidUsageException is thrown when an invalid usage is detected by the class library.
See Also:
  • Constructor Details

    • InvalidUsageException

      public InvalidUsageException(String sMessage, String ErrorString)
      InvalidUsageException constructor with settable string and results enum.
      Parameters:
      sMessage - A string the contains information about the exception
      ErrorString - Error string from string table
    • InvalidUsageException

      protected InvalidUsageException(int readerHandle, String sMessage, RFIDResults results)
  • Method Details

    • getInfo

      public String getInfo()
      The RFIDResults associated with the exception. An integer result that contains information about what caused the exception.
    • getTimeStamp

      public String getTimeStamp()
      The timeStamp associated with the exception.
    • getVendorMessage

      public String getVendorMessage()
      The vendor message associated with the exception.