Class UnSuccessfulRequestStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jenkins.plugins.remote.result.trigger.exceptions.UnSuccessfulRequestStatusException
- All Implemented Interfaces:
Serializable
jenkins request status is not 200
- Author:
- HW
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnSuccessfulRequestStatusException
(String message, int status, String url) Constructs a new exception withnull
as its detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnSuccessfulRequestStatusException
Constructs a new exception withnull
as its detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(java.lang.Throwable)
.
-
-
Method Details
-
getStatus
public int getStatus() -
getUrl
-