Added postgres persistence unit.
[simdecs.git] / src / java / org / ufcspa / simdecs / diagram / exceptions / DuplicateDiagramNameException.java
CommitLineData
d076ae96 1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package org.ufcspa.simdecs.diagram.exceptions;
6
7/**
8 *
9 * @author Maroni
10 */
11public class DuplicateDiagramNameException extends Exception {
12
13 public DuplicateDiagramNameException() {
14 super();
15 }
16
17}