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