com.esf.protocol.fielddevice.service
Class ProtocolDataAddressInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esf.protocol.fielddevice.service.ProtocolDataAddressInvalidException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolDataAddressInvalidException
extends java.lang.Exception

at least one of the requested addresses is not mapped in the current configuration. Any data point must be mapped in order to read or write the data at that address.

Author:
matt.demaree
See Also:
Serialized Form

Constructor Summary
ProtocolDataAddressInvalidException()
          Create an instance with no message about why the Exception was thrown.
ProtocolDataAddressInvalidException(java.lang.String str)
          Create an instance with a message about why the Exception was thrown.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolDataAddressInvalidException

public ProtocolDataAddressInvalidException()
Create an instance with no message about why the Exception was thrown.


ProtocolDataAddressInvalidException

public ProtocolDataAddressInvalidException(java.lang.String str)
Create an instance with a message about why the Exception was thrown.

Parameters:
str - A detailed message explaining the reason for the Exception.