Class AuthorizationException

All Implemented Interfaces:
Serializable

public class AuthorizationException extends BitbucketClientException
Thrown when the Credentials used did not have the required permissions.
See Also:
  • Constructor Details

    • AuthorizationException

      public AuthorizationException(String message, int responseCode, @Nullable String body)