Class RequestTooLargeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RequestTooLargeException
    extends ServiceResponseException
    413 Request Entity Too Large (HTTP/1.1 - RFC 2616).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestTooLargeException​(okhttp3.Response response)
      Instantiates a new Request Too Large Exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • RequestTooLargeException

        public RequestTooLargeException​(okhttp3.Response response)
        Instantiates a new Request Too Large Exception.
        Parameters:
        response - the HTTP response