Class 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:
    Serialized Form
    • Constructor Detail

      • ServerResponseException

        public ServerResponseException​(int responseCode,
                                       String responseString)
      • ServerResponseException

        public ServerResponseException​(String responseString)
    • Method Detail

      • getResponseCode

        public int getResponseCode()
      • getResponseString

        public String getResponseString()