Class HelpContentReaderException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int responseCode  
    • Constructor Summary

      Constructors 
      Constructor Description
      HelpContentReaderException​(java.lang.String message, int responseCode)
      Constructs a new HelpContentReaderException.
      HelpContentReaderException​(java.lang.Throwable cause, int responseCode)
      Constructs a new HelpContentReaderException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getResponseCode()
      Replies the HTTP response code related to the wiki access exception.
      • 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

      • HelpContentReaderException

        public HelpContentReaderException​(java.lang.String message,
                                          int responseCode)
        Constructs a new HelpContentReaderException.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
        responseCode - HTTP response code related to the wiki access exception (0 if not applicable)
      • HelpContentReaderException

        public HelpContentReaderException​(java.lang.Throwable cause,
                                          int responseCode)
        Constructs a new HelpContentReaderException.
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
        responseCode - HTTP response code related to the wiki access exception (0 if not applicable)
    • Method Detail

      • getResponseCode

        public final int getResponseCode()
        Replies the HTTP response code related to the wiki access exception. If no HTTP response code is available, 0 is replied.
        Returns:
        the http response code