Class ForbiddenException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      ForbiddenException​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ForbiddenException

        public ForbiddenException​(java.lang.String message)