org.jboss.jrunit.communication.message
Class ExceptionMessage

java.lang.Object
  extended byorg.jboss.jrunit.communication.message.RemoteTestMessage
      extended byorg.jboss.jrunit.communication.message.ExceptionMessage
All Implemented Interfaces:
java.io.Serializable

public class ExceptionMessage
extends RemoteTestMessage

Author:
Tom Elrod
See Also:
Serialized Form

Constructor Summary
ExceptionMessage(java.lang.String testClass, java.lang.Throwable thr)
           
 
Method Summary
 java.lang.Throwable getException()
           
 
Methods inherited from class org.jboss.jrunit.communication.message.RemoteTestMessage
getTestClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionMessage

public ExceptionMessage(java.lang.String testClass,
                        java.lang.Throwable thr)
Method Detail

getException

public java.lang.Throwable getException()


JRunit, a JUnit extension for distributed client/server tests.