net.nurigo.java_sdk.exceptions.CoolsmsServerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javaSDK Show documentation
Show all versions of javaSDK Show documentation
Coolsms Java SDK using Rest API.
The newest version!
package net.nurigo.java_sdk.exceptions;
/**
* @class CoolsmsServerException
* @brief Thrown when an Server call returns an exception.
*/
public class CoolsmsServerException extends CoolsmsException {
public CoolsmsServerException(String message, int code) {
super(message, code);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy