
org.infobip.mobile.messaging.api.support.ApiBackendException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infobip-mobile-messaging-api-java Show documentation
Show all versions of infobip-mobile-messaging-api-java Show documentation
Mobile Messaging SDK for Android
The newest version!
package org.infobip.mobile.messaging.api.support;
/**
* @author mstipanov
* @since 17.03.2016.
*/
public class ApiBackendException extends ApiIOException {
public ApiBackendException(String code, String message) {
super(code, message);
}
public ApiBackendException(String code, String message, Throwable cause) {
super(code, message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy