public class PerfStackMismatchException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
PerfStackMismatchException()
Constructs a new ConfigurationException 
 | 
PerfStackMismatchException(PerformanceStackData pExpectedData,
                          PerformanceStackData pArgumentData)
Constructs a new ConfigurationException with the given string 
 | 
PerfStackMismatchException(java.lang.String msg)
Constructs a new ConfigurationException 
 | 
public PerfStackMismatchException()
public PerfStackMismatchException(java.lang.String msg)
public PerfStackMismatchException(PerformanceStackData pExpectedData, PerformanceStackData pArgumentData)