BEA Systems, Inc.

com.bea.rfid.workflow.util
Class InvalidBarcodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.rfid.workflow.util.InvalidBarcodeException
All Implemented Interfaces:
Serializable

public class InvalidBarcodeException
extends Exception

Exception declaring problem with barcode decoding

See Also:
Serialized Form

Constructor Summary
InvalidBarcodeException()
           
InvalidBarcodeException(String errorMessage)
           
InvalidBarcodeException(String errorMessage, Throwable baseException)
           
InvalidBarcodeException(Throwable baseException)
           
 
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
 

Constructor Detail

InvalidBarcodeException

public InvalidBarcodeException()

InvalidBarcodeException

public InvalidBarcodeException(String errorMessage)
Parameters:
errorMessage - error details

InvalidBarcodeException

public InvalidBarcodeException(Throwable baseException)
Parameters:
baseException -

InvalidBarcodeException

public InvalidBarcodeException(String errorMessage,
                               Throwable baseException)
Parameters:
errorMessage -
baseException -

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.