com.connecterra.ale.reader
Class AbstractPhysicalDevice.TagResultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbstractPhysicalDevice.TagResultException
public AbstractPhysicalDevice.TagResultException(OpStatus opStatus,
String failureInfo)
getFailureInfo
public String getFailureInfo()
getOpStatus
public OpStatus getOpStatus()