Class ResponseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResponseParseException

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

    • ResponseException

      public ResponseException(String msg)
      Creates a new ResponseException.
      Parameters:
      msg - the exception message
    • ResponseException

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