All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bandwidth.sdk.numbers.exception.NumbersApiException Maven / Gradle / Ivy

package com.bandwidth.sdk.numbers.exception;

public class NumbersApiException extends RuntimeException {

   public NumbersApiException(String message) {
      super(message);
   }

   public NumbersApiException(Throwable cause) {
      super(cause);
   }

   public NumbersApiException(String message, Throwable cause) {
      super(message, cause);
   }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy