Class InvalidResponseException

All Implemented Interfaces:
Serializable

See Also:
Serialized Form
  • Constructor Details

    • InvalidResponseException

      public InvalidResponseException(int theStatusCode, String theMessage)
      Constructor
      Parameters:
      theMessage - The message
    • InvalidResponseException

      public InvalidResponseException(int theStatusCode, String theMessage, Throwable theCause)
      Constructor
      Parameters:
      theMessage - The message
      theCause - The cause
    • InvalidResponseException

      public InvalidResponseException(int theStatusCode, Throwable theCause)
      Constructor
      Parameters:
      theCause - The underlying cause exception