com.lazerycode.jmeter.threadhandling
Class ExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by com.lazerycode.jmeter.threadhandling.ExitException
All Implemented Interfaces:
Serializable

public class ExitException
extends SecurityException

See Also:
Serialized Form

Constructor Summary
ExitException(int status)
           
 
Method Summary
 int getCode()
           
 
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

ExitException

public ExitException(int status)
Method Detail

getCode

public int getCode()


Copyright © 2013. All Rights Reserved.