FileDocCategorySizeDatePackage
AddReservationException.javaAPI DocExample259Mon Apr 25 09:36:50 BST 2005com.springbook.exceptions

AddReservationException.java

package com.springbook.exceptions;

/**
 * Created by IntelliJ IDEA.
 * User: jgehtland
 * Date: Apr 25, 2005
 * Time: 12:36:19 PM
 * To change this template use File | Settings | File Templates.
 */
public class AddReservationException extends Exception {
}