Class PhoneNumberErrorResponseException

All Implemented Interfaces:
Serializable

public class PhoneNumberErrorResponseException extends HttpResponseException
Exception thrown on phone number specific errors
See Also:
  • Constructor Details

    • PhoneNumberErrorResponseException

      public PhoneNumberErrorResponseException(String message, HttpResponse response, PhoneNumberError value)
      Initializes a new instance of the PhoneNumberErrorResponseException class.
      Parameters:
      message - the exception message or the response content if a message is not available.
      response - the HTTP response.
      value - the deserialized response value.
  • Method Details