org.jcoderz.commons
Class CommonsTestRunnerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jcoderz.commons.CommonsTestRunnerException
All Implemented Interfaces:
Serializable

public class CommonsTestRunnerException
extends Exception

This exception is used to wrap a Throwable thrown by the ServerTest's test method.

Author:
Michael Griffel
See Also:
Serialized Form

Constructor Summary
CommonsTestRunnerException(Throwable cause)
          Constructor.
 
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

CommonsTestRunnerException

public CommonsTestRunnerException(Throwable cause)
Constructor.

Parameters:
cause - the Throwable to wrap.


Copyright 2007 The jCoderZ Project.