![JAR search and dependency download from the Maven repository](/logo.png)
net.nurigo.java_sdk.exceptions.CoolsmsSDKException 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 CoolsmsSDKException
* @brief Thrown when an SDK call returns an exception.
*/
public class CoolsmsSDKException extends CoolsmsException {
public CoolsmsSDKException(String message, int code) {
super(message, code);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy