Class RequestFailureException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gson.JsonObject getJsonResponse()  
      • 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

      • RequestFailureException

        public RequestFailureException​(@Nonnull
                                       com.google.gson.JsonObject jsonResponse)
        Throws:
        java.lang.IllegalArgumentException - if jsonResponse is null
      • RequestFailureException

        public RequestFailureException​(@Nonnull
                                       com.google.gson.JsonObject jsonResponse,
                                       java.lang.String message)
        Throws:
        java.lang.IllegalArgumentException - if jsonResponse is null
      • RequestFailureException

        public RequestFailureException​(@Nonnull
                                       com.google.gson.JsonObject jsonResponse,
                                       java.lang.String message,
                                       java.lang.Throwable cause)
        Throws:
        java.lang.IllegalArgumentException - if jsonResponse is null
      • RequestFailureException

        public RequestFailureException​(@Nonnull
                                       com.google.gson.JsonObject jsonResponse,
                                       java.lang.Throwable cause)
        Throws:
        java.lang.IllegalArgumentException - if jsonResponse is null
    • Method Detail

      • getJsonResponse

        @Nonnull
        public com.google.gson.JsonObject getJsonResponse()