From a5694b6491307efb55893ac7ea61920b48d8c9cc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 28 Jun 2004 20:46:16 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Root_proxy_parameter_ordering_projekt'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Root_proxy_parameter_ordering_projekt@146 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/MOAApplicationException.html | 245 --------------------- 1 file changed, 245 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/MOAApplicationException.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/MOAApplicationException.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/MOAApplicationException.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/MOAApplicationException.html deleted file mode 100644 index c09642e2f..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/MOAApplicationException.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class MOAApplicationException - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss -
-Class MOAApplicationException

-
-java.lang.Object
-  |
-  +--java.lang.Throwable
-        |
-        +--java.lang.Exception
-              |
-              +--at.gv.egovernment.moa.spss.MOAException
-                    |
-                    +--at.gv.egovernment.moa.spss.MOAApplicationException
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class MOAApplicationException
extends MOAException
- -

-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.) -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - - - - - - -
-Constructor Summary
MOAApplicationException(String messageId, - Object[] parameters) - -
-          Create a new MOAApplicationException.
MOAApplicationException(String messageId, - Object[] parameters, - Throwable wrapped) - -
-          Create a new MOAApplicationException.
-  - - - - - - - - - - -
Methods inherited from class at.gv.egovernment.moa.spss.MOAException
getMessageId, getWrapped, printStackTrace, printStackTrace, printStackTrace, toErrorResponse
- - - - - - - -
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-MOAApplicationException

-
-public MOAApplicationException(String messageId,
-                               Object[] parameters)
-
-
Create a new MOAApplicationException.
-
Parameters:
messageId - The identifier of the message associated with this - exception.
parameters - Additional message parameters.
-
-
-
- -

-MOAApplicationException

-
-public MOAApplicationException(String messageId,
-                               Object[] parameters,
-                               Throwable wrapped)
-
-
Create a new MOAApplicationException.
-
Parameters:
messageId - The identifier of the message associated with this - MOAApplicationException.
parameters - Additional message parameters.
wrapped - The exception wrapped by this - MOAApplicationException.
-
-
- - - - -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3