IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.kernel.action
Class ActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.ibm.rational.test.lt.kernel.action.ActionException
All Implemented Interfaces:
Serializable

public class ActionException
extends IllegalStateException

Invalid action state.

Action exceptions occur when a call is made to an action that is in a state where this action does not make sense (e.g., calling finish() on an action that was never executed).

This exception is a run-time exception only.

See Also:
Serialized Form

Constructor Summary
ActionException()
           
ActionException(String msg)
           
 
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

ActionException

public ActionException(String msg)

ActionException

public ActionException()

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.