Package com.atlassian.bitbucket.jenkins.internal.client.exception
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package com.atlassian.bitbucket.jenkins.internal.client.exception
Add package level annotations to indicate everything is non-null by default.
-
ExceptionsClassDescriptionThrown when the
Credentialsused did not have the required permissions.Thrown when the server rejected the request with a 400 (but NOT a 404) family response.Base exception for all BitbucketClient exceptions.Could not connect to the server, either the socket was rejected, or the connection timed out.Caller requested a result but the server did not reply with a body.The requested URL does not exist on the server.The request was not accepted on the remote server due to rate limiting.The server responded with a 500 family exception.Thrown when the server replies with a response code the client can't handle.Throws when the remote bitbucket server does not return webhook as one of its capabilities.