org.jenkinsci.plugins.xunit
Class SkipTestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.InterruptedException
              extended by org.jenkinsci.plugins.xunit.SkipTestException
All Implemented Interfaces:
Serializable

public class SkipTestException
extends InterruptedException

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
SkipTestException()
           
 
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

SkipTestException

public SkipTestException()


Copyright © 2004-2013. All Rights Reserved.