OSDN Git Service

DBFlute-0.9.3に更新
[ea2ddl/ea2ddl.git] / ea2ddl-gen / dbflute / templates / om / csharp / allcommon / exception / EntityAlreadyExistsException.vmnet
1 \r
2 using System;\r
3 \r
4 namespace ${glPackageBaseCommonException} {\r
5 \r
6     /// <summary>\r
7     /// The exception of when the entity already exists on the database.\r
8     /// Author: ${database.ClassAuthor}\r
9     /// </summary>\r
10     public class ${glEntityAlreadyExistsException} : ${glSQLFailureException} {\r
11 \r
12         public ${glEntityAlreadyExistsException}(String msg, Exception e)\r
13         : base(msg,e) {}\r
14     }\r
15 }\r