Class ResponseParseException

All Implemented Interfaces:
Serializable

public class ResponseParseException extends ResponseException
Defines the exception thrown from Connection that is specific to an issue with parsing a response.
See Also:
  • Constructor Details

    • ResponseParseException

      public ResponseParseException(String msg, Throwable cause)
      Creates a new ResponseParseException.
      Parameters:
      msg - the exception message
      cause - the cause of the exception