Class FeedProtocolException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FeedProtocolException
    extends FeedEndpointException
    An exception thrown when a feed endpoint returns an error during feeding.
    Author:
    bjorncs
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FeedProtocolException​(int httpStatusCode, java.lang.String httpResponseMessage, java.lang.Throwable cause, Endpoint endpoint)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHttpResponseMessage()  
      int getHttpStatusCode()  
      • 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

      • FeedProtocolException

        public FeedProtocolException​(int httpStatusCode,
                                     java.lang.String httpResponseMessage,
                                     java.lang.Throwable cause,
                                     Endpoint endpoint)
    • Method Detail

      • getHttpStatusCode

        public int getHttpStatusCode()
      • getHttpResponseMessage

        public java.lang.String getHttpResponseMessage()