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

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

There is a newer version: 2.2
Show 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