# Copyright 2003-2005 The Apache Software Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. ############################################################################### # Exception Mapping # # This file specifies the mapping between WSRPExceptions (internal exceptions) # and exceptions defined by the WSRP specification. # # Properties: # - Key : error code of exception defined by WSRP specification # - Value: comma-separated list of error codes of internal WSRPExceptions # # NOTE: # - The separator "," must not be modified. # - For details see messages.properties. # - Modifying the error codes of exceptions defined by the WSRP specification # requires implementation adaption of class "WSRPXHelper.java". # - Keys followed by an empty list do not implicate that those exceptions are # not used. # ############################################################################### # AccessDeniedFault 1100= # InconsistentParametersFault 1101= # InvalidRegistrationFault 1102= # InvalidCookieFault 1103= # InvalidHandleFault 1104=3020 # InvalidSessionFault 1105= # InvalidUserCategoryFault 1106= # MissingParametersFault 1107= # OperationFailedFault 1108=1000,1001,1002,1003,1004,2000,2001,2002,2003,2004,3000,3001,3002,3003,3004,3005,3006,3007,3040,3041 # PortletStateChangeRequiredFault 1109= # UnsupportedLocaleFault 1110=3002,3003 # UnsupportedMarkupTypeFault 1111= # UnsupportedModeFault 1112= # UnsupportedWindowStateFault 1113=