Package org.apache.jorphan.util
Class JMeterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jorphan.util.JMeterException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionJMeterException
(String message, Throwable cause) JMeterException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JMeterException
public JMeterException() -
JMeterException
-
JMeterException
-
JMeterException
-