CoCoME System Tests

org.cocome.tradingsystem.systests
Class TestManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cocome.tradingsystem.systests.TestManagerException
All Implemented Interfaces:
java.io.Serializable

public class TestManagerException
extends java.lang.Exception

This class is used to signal problems with the test manager and its setup.

Version:
$Rev: 61 $
Author:
Benjamin Hummel, $Author: hummel $
See Also:
Serialized Form

Constructor Summary
TestManagerException(java.lang.String message)
          Create a new exception.
TestManagerException(java.lang.String message, java.lang.Throwable cause)
          Create a new exception.
 
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

TestManagerException

public TestManagerException(java.lang.String message)
Create a new exception.


TestManagerException

public TestManagerException(java.lang.String message,
                            java.lang.Throwable cause)
Create a new exception.


CoCoME System Tests

CoCoME System Tests - 0.1