Apache JMeter

org.apache.jorphan.util
Class JMeterStopThreadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.jorphan.util.JMeterStopThreadException
All Implemented Interfaces:
Serializable

public class JMeterStopThreadException
extends RuntimeException

This Exception is for use by functions etc to signal a Stop Thread condition where there is no access to the normal stop method

Version:
$Revision: 674365 $
See Also:
Serialized Form

Constructor Summary
JMeterStopThreadException()
           
JMeterStopThreadException(String s)
           
 
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

JMeterStopThreadException

public JMeterStopThreadException()

JMeterStopThreadException

public JMeterStopThreadException(String s)

Apache JMeter

Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.