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