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

com.fastchar.sms.exception.FastSMSException Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.fastchar.sms.exception;

public class FastSMSException extends RuntimeException {
    private static final long serialVersionUID = -7295130877515204380L;

    public FastSMSException() {
        super();
    }

    public FastSMSException(String message) {
        super(message);
    }

    public FastSMSException(String message, Throwable cause) {
        super(message, cause);
    }

    public FastSMSException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy