
com.dynamicpdf.api.EndpointException Maven / Gradle / Ivy
package com.dynamicpdf.api;
/**
* Represents the exception that occurs in case of any issues with sending the request.
*/
public class EndpointException extends RuntimeException {
/**
* Initializes a new instance of the EndpointException
class.
* @param message Message of end point exception.
*/
public EndpointException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy