![JAR search and dependency download from the Maven repository](/logo.png)
com.twilio.sdk.exception.ApiConnectionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twilio-java-sdk Show documentation
Show all versions of twilio-java-sdk Show documentation
Java helper library for Twilio services
The newest version!
package com.twilio.sdk.exception;
public class ApiConnectionException extends TwilioException {
private static final long serialVersionUID = 6354388724599793830L;
public ApiConnectionException(final String message) {
super(message);
}
public ApiConnectionException(final String message, final Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy