tuwien.auto.calimero.exception
Class KNXIllegalStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tuwien.auto.calimero.exception.KNXIllegalStateException
All Implemented Interfaces:
java.io.Serializable

public class KNXIllegalStateException
extends java.lang.RuntimeException

Thrown to indicate that a method was invoked at an inappropriate time.

The object which was operated on, is not in the correct state for that operation.

See Also:
Serialized Form

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

KNXIllegalStateException

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


KNXIllegalStateException

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

Parameters:
s - the detail message