
net.gpedro.integrations.slack.SlackException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slack-webhook Show documentation
Show all versions of slack-webhook Show documentation
Slack WebHook Integration for Java
The newest version!
package net.gpedro.integrations.slack;
public class SlackException extends RuntimeException {
private static final long serialVersionUID = 1L;
public SlackException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy