BEA Systems, Inc.

com.connecterra.ale.reader
Class AbstractPhysicalDevice.TagResultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.connecterra.ale.reader.AbstractPhysicalDevice.TagResultException
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractPhysicalDevice

public static class AbstractPhysicalDevice.TagResultException
extends Exception

This exception should be thrown from a TagProcessor exception with an appropriate OpStatus, and failure info String if the OpStatus is not OK.

See Also:
Serialized Form

Constructor Summary
AbstractPhysicalDevice.TagResultException(OpStatus opStatus, String failureInfo)
           
 
Method Summary
 String getFailureInfo()
           
 OpStatus getOpStatus()
           
 
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

AbstractPhysicalDevice.TagResultException

public AbstractPhysicalDevice.TagResultException(OpStatus opStatus,
                                                 String failureInfo)
Method Detail

getFailureInfo

public String getFailureInfo()

getOpStatus

public OpStatus getOpStatus()

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