All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.nurigo.java_sdk.exceptions.CoolsmsSystemException Maven / Gradle / Ivy

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