Package io.jenkins.plugins.quay
Class QuayClient.QuayApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jenkins.plugins.quay.QuayClient.QuayApiException
- All Implemented Interfaces:
Serializable
- Enclosing class:
QuayClient
Exception class for Quay API errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQuayApiException(String message) QuayApiException(String message, int httpCode) QuayApiException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuayApiException
-
QuayApiException
-
QuayApiException
-
-
Method Details
-
getHttpCode
public int getHttpCode()
-