Class UnSuccessfulRequestStatusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jenkins.plugins.remote.result.trigger.exceptions.UnSuccessfulRequestStatusException
All Implemented Interfaces:
Serializable

public class UnSuccessfulRequestStatusException extends Exception
jenkins request status is not 200
Author:
HW
See Also:
  • Constructor Details

    • UnSuccessfulRequestStatusException

      public UnSuccessfulRequestStatusException(String message, int status, String url)
      Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
  • Method Details

    • getStatus

      public int getStatus()
    • getUrl

      public String getUrl()