/**
 * THE AlreadyExistsException.java WRITEME...
 */
package com.tootsville.tootsbook.client.exception;

/**
 * WRITEME: Document this type. twheys@gmail.com Feb 26, 2010
 * 
 * @author <a href="mailto:twheys@gmail.com@resinteractive.com">Tim
 *         Heys</a>
 */
public class AlreadyExistsException extends TootBookException {
	/**
	 * WRITEME WRITEME twheys@gmail.com
	 */
	private static final long serialVersionUID = 5852661187118358627L;

	/**
	 * <pre>
	 * twheys@gmail.com Feb 26, 2010
	 * </pre>
	 * 
	 * A AlreadyExistsException WRITEME...
	 */
	public AlreadyExistsException () {
		super ();
	}

	/**
	 * <pre>
	 * twheys@gmail.com Feb 26, 2010
	 * </pre>
	 * 
	 * A AlreadyExistsException WRITEME...
	 * 
	 * @param text WRITEME twheys@gmail.com
	 */
	public AlreadyExistsException (final String text) {
		super (text);
	}
}
