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

com.undefinedlabs.scope.exceptions.SenderException Maven / Gradle / Ivy

package com.undefinedlabs.scope.exceptions;

public class SenderException extends Exception {

  public SenderException(String msg, Throwable cause) {
    super(msg, cause);
  }

  public SenderException(String msg) {
    super(msg);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy