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

com.leonarduk.clearcheckbook.ClearcheckbookException Maven / Gradle / Ivy

Go to download

A Java library to access the HTTP developer API for Clearcheckbook.com, the money management website.

There is a newer version: 1.4
Show newest version
package com.leonarduk.clearcheckbook;

public class ClearcheckbookException extends Exception {
	/**
	 * 
	 */
	private static final long serialVersionUID = -6833991090411157540L;

	public ClearcheckbookException(String text) {
		super(text);
	}

	public ClearcheckbookException(String text, Throwable exception) {
		super(text, exception);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy