com.cwctravel.hudson.plugins.suitegroupedtests.junit
Class JUnitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.cwctravel.hudson.plugins.suitegroupedtests.junit.JUnitException
All Implemented Interfaces:
java.io.Serializable

public class JUnitException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
JUnitException()
           
JUnitException(java.lang.String message)
           
JUnitException(java.lang.String message, java.lang.Throwable cause)
           
JUnitException(java.lang.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

JUnitException

public JUnitException()

JUnitException

public JUnitException(java.lang.String message,
                      java.lang.Throwable cause)

JUnitException

public JUnitException(java.lang.String message)

JUnitException

public JUnitException(java.lang.Throwable cause)


Copyright © 2004-2012. All Rights Reserved.