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

com.leonarduk.bookkeeper.email.BookkeeperException Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/**
 * All rights reserved. @Leonard UK Ltd.
 */
package com.leonarduk.bookkeeper.email;

/**
 * The Class BookkeeperException.
 *
 * @author Stephen Leonard
 * @version $Author: $: Author of last commit
 * @version $Rev: $: Revision of last commit
 * @version $Date: $: Date of last commit
 * @since 3 Feb 2015
 */
public class BookkeeperException extends Exception {

	/** The Constant serialVersionUID. */
	private static final long serialVersionUID = 1L;

	/**
	 * Instantiates a new bookkeeper exception.
	 *
	 * @param message
	 *            the string
	 */
	public BookkeeperException(final String message) {
		super(message);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy