kaos.policy.enforcement.obligation
Class TriggerConditionListenerDeregistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.policy.enforcement.obligation.TriggerConditionListenerDeregistrationException
All Implemented Interfaces:
java.io.Serializable

public class TriggerConditionListenerDeregistrationException
extends java.lang.Exception

TriggerConditionListenerDeregistrationException defines an exception to be thrown by the TriggerConditionListenerRegistry class when it encounters a problem in deregistration of the TriggerConditionListener.

See Also:
Serialized Form

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

TriggerConditionListenerDeregistrationException

public TriggerConditionListenerDeregistrationException()
Constructs a new TriggerConditionListenerDeregistrationException with no detail message.


TriggerConditionListenerDeregistrationException

public TriggerConditionListenerDeregistrationException(java.lang.String s)
Constructs a new TriggerConditionListenerDeregistrationException with a detail message. A detail message is a String that describes the exception.