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

com.revinate.sendgrid.exception.UnsupportedOperationException Maven / Gradle / Ivy

The newest version!
package com.revinate.sendgrid.exception;

public class UnsupportedOperationException extends InvalidRequestException {

    public UnsupportedOperationException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy