tuwien.auto.calimero.exception
Class KNXInvalidResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tuwien.auto.calimero.exception.KNXException
              extended by tuwien.auto.calimero.exception.KNXRemoteException
                  extended by tuwien.auto.calimero.exception.KNXInvalidResponseException
All Implemented Interfaces:
java.io.Serializable

public class KNXInvalidResponseException
extends KNXRemoteException

Thrown to indicate a message format mismatch of a response sent by a remote endpoint.

Particularly, if received data from the network is parsed and the structure read does not match.

See Also:
Serialized Form

Constructor Summary
KNXInvalidResponseException()
          Constructs a new KNXInvalidResponseException without a detail message.
KNXInvalidResponseException(java.lang.String s)
          Constructs a new KNXInvalidResponseException with the specified detail message.
 
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

KNXInvalidResponseException

public KNXInvalidResponseException()
Constructs a new KNXInvalidResponseException without a detail message.


KNXInvalidResponseException

public KNXInvalidResponseException(java.lang.String s)
Constructs a new KNXInvalidResponseException with the specified detail message.

Parameters:
s - the detail message