Class NotFoundError

    • Constructor Summary

      Constructors 
      Constructor Description
      NotFoundError​(java.lang.Object body)  
      NotFoundError​(java.lang.Object body, okhttp3.Response rawResponse)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object body()  
      • Methods inherited from class java.lang.Throwable

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

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

      • NotFoundError

        public NotFoundError​(java.lang.Object body)
      • NotFoundError

        public NotFoundError​(java.lang.Object body,
                             okhttp3.Response rawResponse)