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

com.dynamicpdf.api.EndpointException Maven / Gradle / Ivy

Go to download

A Java Client API that uses the DynamicPDF API to create, merge, split, form fill, stamp, secure/encrypt PDF documents.

There is a newer version: 1.10.1
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy