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

com.threewks.spring.gmail.MessagingRuntimeException Maven / Gradle / Ivy

The newest version!
package com.threewks.spring.gmail;

public class MessagingRuntimeException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy