Package org.jvnet.hudson.test
Class RealJenkinsRule.StepException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jvnet.hudson.test.RealJenkinsRule.StepException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RealJenkinsRule
public static class RealJenkinsRule.StepException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StepException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StepException
public StepException(Throwable cause)
-
-