com.esf.protocol.fielddevice.service
Class ProtocolNotAvailableException

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

public class ProtocolNotAvailableException
extends java.lang.Exception

the implementation for the selected protocol is not available

Author:
matt.demaree
See Also:
Serialized Form

Constructor Summary
ProtocolNotAvailableException()
          Create an instance with no message about why the Exception was thrown.
ProtocolNotAvailableException(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

ProtocolNotAvailableException

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


ProtocolNotAvailableException

public ProtocolNotAvailableException(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.