Apache JMeter

org.apache.jorphan.util
Class JMeterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jorphan.util.JMeterException
All Implemented Interfaces:
Serializable

public class JMeterException
extends Exception

The rationale for this class was originally to support chained Exceptions in JDK 1.3 However, the class is now used in its own right.

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

Constructor Summary
JMeterException()
           
JMeterException(String s)
           
JMeterException(String message, Throwable cause)
           
JMeterException(Throwable cause)
           
 
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

JMeterException

public JMeterException()

JMeterException

public JMeterException(String s)

JMeterException

public JMeterException(Throwable cause)

JMeterException

public JMeterException(String message,
                       Throwable cause)

Apache JMeter

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