kaos.core.csi.observe
Class NotificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.core.csi.observe.NotificationException
All Implemented Interfaces:
java.io.Serializable

public class NotificationException
extends java.lang.Exception

Defines an exception to be thrown by KAoSRobot class when the requested actio fails to complete successfully

See Also:
Serialized Form

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

NotificationException

public NotificationException()
Constructs a new ActionFailureException with no detail message.


NotificationException

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