Class NotiferClient.NotiferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.notifer.jenkins.NotiferClient.NotiferException
- All Implemented Interfaces:
Serializable
- Enclosing class:
NotiferClient
Exception thrown when Notifer API request fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotiferException(String message, int statusCode) NotiferException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotiferException
-
NotiferException
-
-
Method Details
-
getStatusCode
public int getStatusCode()
-