Package org.kie.wb.test.rest.client
Class NotSuccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.wb.test.rest.client.NotSuccessException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClientRequestTimedOutException
public class NotSuccessException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotSuccessException(org.guvnor.rest.client.JobResult jobResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.guvnor.rest.client.JobResultgetJobResult()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-