Class ForbiddenException

  • All Implemented Interfaces:
    Serializable

    public class ForbiddenException
    extends RetrieveIssueException
    Exception is thrown when the requestor is not authorized to retrieve the issue. Corresponds to HTTP error 403.
    Since:
    7.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • ForbiddenException

        public ForbiddenException​(String message)