Class NotiferClient.NotiferException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.notifer.jenkins.NotiferClient.NotiferException
All Implemented Interfaces:
Serializable
Enclosing class:
NotiferClient

public static class NotiferClient.NotiferException extends Exception
Exception thrown when Notifer API request fails.
See Also:
  • Constructor Details

    • NotiferException

      public NotiferException(String message, int statusCode)
    • NotiferException

      public NotiferException(String message, Throwable cause)
  • Method Details

    • getStatusCode

      public int getStatusCode()