package com.tootsville.tootsbook.client.exception;

/**
 * WRITEME: Document this type. twheys@gmail.com Dec 17, 2009
 * 
 * @author <a href="mailto:twheys@gmail.com@resinteractive.com">Tim
 *         Heys</a>
 */
public class NotFoundException extends TootBookException {

	/**
	 * WRITEME: Document this brpocock@star-hope.org
	 */
	private static final long serialVersionUID = 7882039833193995240L;

	/**
	 * <pre>
	 * twheys@gmail.com Dec 17, 2009
	 * </pre>
	 * 
	 * A NotFoundException WRITEME...
	 */
	public NotFoundException () {
		super ();
	}

	/**
	 * <pre>
	 * twheys@gmail.com Dec 17, 2009
	 * </pre>
	 * 
	 * A NotFoundException WRITEME...
	 * 
	 * @param newMessage WRITEME
	 */
	public NotFoundException (final String newMessage) {
		super (newMessage);
	}
}
