no.digipost.api.exceptions.MessageSenderValidationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdp-api-client Show documentation
Show all versions of sdp-api-client Show documentation
Klientfunksjonaltet for Sikker Digital Post
package no.digipost.api.exceptions;
public class MessageSenderValidationException extends MessageSenderException {
public MessageSenderValidationException(String message) {
super(message);
}
}