kaos.core.csi.command
Class ActionFailureException

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

public class ActionFailureException
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
ActionFailureException()
          Constructs a new ActionFailureException with no detail message.
ActionFailureException(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

ActionFailureException

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


ActionFailureException

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