Interceptors.mc revision 608:7e06bf1dcb09
1;
2; Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
3; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4;
5; This code is free software; you can redistribute it and/or modify it
6; under the terms of the GNU General Public License version 2 only, as
7; published by the Free Software Foundation.  Oracle designates this
8; particular file as subject to the "Classpath" exception as provided
9; by Oracle in the LICENSE file that accompanied this code.
10;
11; This code is distributed in the hope that it will be useful, but WITHOUT
12; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14; version 2 for more details (a copy is included in the LICENSE file that
15; accompanied this code).
16;
17; You should have received a copy of the GNU General Public License version
18; 2 along with this work; if not, write to the Free Software Foundation,
19; Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20;
21; Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22; or visit www.oracle.com if you need additional information or have any
23; questions.
24;
25("com.sun.corba.se.impl.logging" "InterceptorsSystemException" INTERCEPTORS
26    (
27	(BAD_PARAM
28	    (TYPE_OUT_OF_RANGE	     1 WARNING "Interceptor type {0} is out of range")
29	    (NAME_NULL		     2 WARNING "Interceptor's name is null: use empty string for anonymous interceptors"))
30	(BAD_INV_ORDER 
31	    (RIR_INVALID_PRE_INIT    1 WARNING "resolve_initial_reference is invalid during pre_init")
32	    (BAD_STATE1		     2 WARNING "Expected state {0}, but current state is {1}")
33	    (BAD_STATE2		     3 WARNING "Expected state {0} or {1}, but current state is {2}"))
34	(COMM_FAILURE 
35	    (IOEXCEPTION_DURING_CANCEL_REQUEST 1 WARNING "IOException during cancel request"))
36	(INTERNAL 
37	    (EXCEPTION_WAS_NULL      1 WARNING "Exception was null")
38	    (OBJECT_HAS_NO_DELEGATE  2 WARNING "Object has no delegate")
39	    (DELEGATE_NOT_CLIENTSUB  3 WARNING "Delegate was not a ClientRequestDispatcher")
40	    (OBJECT_NOT_OBJECTIMPL   4 WARNING "Object is not an ObjectImpl")
41	    (EXCEPTION_INVALID       5 WARNING "Assertion failed: Interceptor set exception to UserException or ApplicationException")
42	    (REPLY_STATUS_NOT_INIT    6 WARNING "Assertion failed: Reply status is initialized but not SYSTEM_EXCEPTION or LOCATION_FORWARD")
43	    (EXCEPTION_IN_ARGUMENTS  7 WARNING "Exception in arguments")
44	    (EXCEPTION_IN_EXCEPTIONS 8 WARNING "Exception in exceptions")
45	    (EXCEPTION_IN_CONTEXTS   9 WARNING "Exception in contexts")
46	    (EXCEPTION_WAS_NULL_2    10 WARNING "Another exception was null")
47	    (SERVANT_INVALID         11 WARNING "Servant invalid")
48	    (CANT_POP_ONLY_PICURRENT 12 WARNING "Can't pop only PICurrent")
49	    (CANT_POP_ONLY_CURRENT_2 13 WARNING "Can't pop another PICurrent")
50	    (PI_DSI_RESULT_IS_NULL   14 WARNING "DSI result is null")
51	    (PI_DII_RESULT_IS_NULL   15 WARNING "DII result is null")
52	    (EXCEPTION_UNAVAILABLE   16 WARNING "Exception is unavailable")
53	    (CLIENT_INFO_STACK_NULL  17 WARNING "Assertion failed: client request info stack is null")
54	    (SERVER_INFO_STACK_NULL  18 WARNING "Assertion failed: Server request info stack is null")
55	    (MARK_AND_RESET_FAILED   19 WARNING "Mark and reset failed")
56	    (SLOT_TABLE_INVARIANT    20 WARNING "currentIndex > tableContainer.size(): {0} > {1}")
57	    (INTERCEPTOR_LIST_LOCKED  21 WARNING "InterceptorList is locked")
58	    (SORT_SIZE_MISMATCH      22 WARNING "Invariant: sorted size + unsorted size == total size was violated"))
59	(NO_IMPLEMENT 
60	    (PI_ORB_NOT_POLICY_BASED 1 WARNING "Policies not implemented"))
61	(OBJECT_NOT_EXIST
62	    (ORBINITINFO_INVALID     1 FINE "ORBInitInfo object is only valid during ORB_init"))
63	(UNKNOWN
64	    (UNKNOWN_REQUEST_INVOKE  
65	     1 FINE "Unknown request invocation error"))
66	))
67
68;;; End of file.
69