
com.pentahohub.nexus.sms.SmsException Maven / Gradle / Ivy
package com.pentahohub.nexus.sms;
public class SmsException extends Exception {
private static final long serialVersionUID = 1L;
public SmsException() {
}
public SmsException(String message) {
super(message);
}
public SmsException(String message, Throwable rootCause) {
super(message, rootCause);
}
public SmsException(Throwable rootCause) {
super(rootCause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy