org.apache.jorphan.util
Class JMeterStopThreadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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: 1380579 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JMeterStopThreadException
public JMeterStopThreadException()
JMeterStopThreadException
public JMeterStopThreadException(String s)
JMeterStopThreadException
public JMeterStopThreadException(String message,
Throwable cause)
JMeterStopThreadException
public JMeterStopThreadException(Throwable cause)
Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.