org.databene.contiperf
Class PerfTestExecutionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.databene.contiperf.PerfTestException
                  extended by org.databene.contiperf.PerfTestExecutionError
All Implemented Interfaces:
Serializable

public class PerfTestExecutionError
extends PerfTestException

Indicates that an error occurred in performance test execution.

Created: 16.04.2010 11:50:32

Since:
1.03
Author:
Volker Bergmann
See Also:
Serialized Form

Constructor Summary
PerfTestExecutionError()
           
PerfTestExecutionError(String message)
           
PerfTestExecutionError(String message, Throwable cause)
           
PerfTestExecutionError(Throwable cause)
           
 
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
 

Constructor Detail

PerfTestExecutionError

public PerfTestExecutionError()

PerfTestExecutionError

public PerfTestExecutionError(String message,
                              Throwable cause)

PerfTestExecutionError

public PerfTestExecutionError(String message)

PerfTestExecutionError

public PerfTestExecutionError(Throwable cause)


Copyright © 2013. All Rights Reserved.