From a14de9592f27182b8b3ef7dfe3950ce4a9c843e0 Mon Sep 17 00:00:00 2001
From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d>
Date: Mon, 18 Jul 2005 07:19:15 +0000
Subject: This commit was manufactured by cvs2svn to create tag
'Build-ID-1_2_0_D10'.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-ID-1_2_0_D10@383 d688527b-c9ab-4aba-bd8d-4036d912da1d
---
.../moa/spss/MOAApplicationException.java | 41 ----------------------
1 file changed, 41 deletions(-)
delete mode 100644 spss.server/src/at/gv/egovernment/moa/spss/MOAApplicationException.java
(limited to 'spss.server/src/at/gv/egovernment/moa/spss/MOAApplicationException.java')
diff --git a/spss.server/src/at/gv/egovernment/moa/spss/MOAApplicationException.java b/spss.server/src/at/gv/egovernment/moa/spss/MOAApplicationException.java
deleted file mode 100644
index 0d7abd1d3..000000000
--- a/spss.server/src/at/gv/egovernment/moa/spss/MOAApplicationException.java
+++ /dev/null
@@ -1,41 +0,0 @@
-package at.gv.egovernment.moa.spss;
-/**
- * Base class of application specific MOA exceptions.
- *
- * Application exceptions are exceptions that originate from application
- * code (e.g. inconsistent data provided by the user, no permission to access
- * certain resources, etc.)
- *
- * @author Patrick Peck
- * @version $Id$
- */
-public class MOAApplicationException extends MOAException {
-
- /**
- * Create a new MOAApplicationException
.
- *
- * @param messageId The identifier of the message associated with this
- * exception.
- * @param parameters Additional message parameters.
- */
- public MOAApplicationException(String messageId, Object[] parameters) {
- super(messageId, parameters);
- }
-
- /**
- * Create a new MOAApplicationException
.
- *
- * @param messageId The identifier of the message associated with this
- * MOAApplicationException
.
- * @param parameters Additional message parameters.
- * @param wrapped The exception wrapped by this
- * MOAApplicationException
.
- */
- public MOAApplicationException(
- String messageId,
- Object[] parameters,
- Throwable wrapped) {
- super(messageId, parameters, wrapped);
- }
-
-}
--
cgit v1.2.3