Class ServerResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.yahoo.vespa.http.client.core.ServerResponseException
All Implemented Interfaces:
Serializable

public class ServerResponseException extends Exception
The request was not processed properly on the server.
Author:
Einar M R Rosenvinge
See Also:
  • Constructor Details

    • ServerResponseException

      public ServerResponseException(int responseCode, String responseString)
    • ServerResponseException

      public ServerResponseException(String responseString)
  • Method Details

    • getResponseCode

      public int getResponseCode()
    • getResponseString

      public String getResponseString()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable