atg.service.perfmonitor
Class PerfStackMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by atg.service.perfmonitor.PerfStackMismatchException
All Implemented Interfaces:
java.io.Serializable

public class PerfStackMismatchException
extends java.lang.RuntimeException

Represents an exception that occurs when calling endOperation in the PerfMonitor if the operation which is ending is not the one on the top of the stack

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
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
 
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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

PerfStackMismatchException

public PerfStackMismatchException()
Constructs a new ConfigurationException


PerfStackMismatchException

public PerfStackMismatchException(java.lang.String msg)
Constructs a new ConfigurationException


PerfStackMismatchException

public PerfStackMismatchException(PerformanceStackData pExpectedData,
                                  PerformanceStackData pArgumentData)
Constructs a new ConfigurationException with the given string