org.apache.jorphan.util
Class JMeterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jorphan.util.JMeterException
- All Implemented Interfaces:
- Serializable
- public class JMeterException
- extends Exception
The rationale for this class is to support chained Errors in JDK 1.3
- Version:
- $Revision: 674365 $
- See Also:
- Serialized Form
JMeterException
public JMeterException()
JMeterException
public JMeterException(String s)
- Parameters:
s
-
JMeterException
public JMeterException(Throwable cause)
- Parameters:
cause
-
JMeterException
public JMeterException(String message,
Throwable cause)
- Parameters:
message
- cause
-
getCause
public Throwable getCause()
- Local version of getCause() for JDK1.3 support
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.