Class ExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.report.dashboard.ExportException
- All Implemented Interfaces:
 Serializable
The class ExportException provides an exception when data export fails.
- Since:
 - 3.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new export exception.ExportException(String message) Instantiates a new export exception.ExportException(String message, Throwable cause) Instantiates a new export exception. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ExportException
public ExportException()Instantiates a new export exception. - 
ExportException
Instantiates a new export exception.- Parameters:
 message- the message
 - 
ExportException
Instantiates a new export exception.- Parameters:
 message- the messagecause- the inner cause
 
 -