Package org.eclipse.jgit.junit
Class RepeatRule.RepeatedTestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jgit.junit.RepeatRule.RepeatedTestException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RepeatRule
public static class RepeatRule.RepeatedTestException extends RuntimeException
Exception thrown if repeated execution of a test annotated with@Repeat
failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepeatedTestException(String message)
ConstructorRepeatedTestException(String message, Throwable cause)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RepeatedTestException
public RepeatedTestException(String message)
Constructor- Parameters:
message
- the error message- Since:
- 5.1.9
-
-