Util.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" "UtilSystemException" UTIL
26    (
27	(BAD_OPERATION
28	    (STUB_FACTORY_COULD_NOT_MAKE_STUB 1 FINE "StubFactory failed on makeStub call")
29	    (ERROR_IN_MAKE_STUB_FROM_REPOSITORY_ID 2 FINE "Error in making stub given RepositoryId") 
30	    (CLASS_CAST_EXCEPTION_IN_LOAD_STUB 3 FINE "ClassCastException in loadStub")
31	    (EXCEPTION_IN_LOAD_STUB 4 FINE "Exception in loadStub")
32	    )
33	(BAD_PARAM
34	    (NO_POA 2 WARNING "Error in loadStubAndUpdateCache caused by _this_object")
35	    (CONNECT_WRONG_ORB 3 FINE "Tried to connect already connected Stub Delegate to a different ORB")
36	    (CONNECT_NO_TIE    4 WARNING "Tried to connect unconnected Stub Delegate but no Tie was found")
37	    (CONNECT_TIE_WRONG_ORB 5 WARNING "Tried to connect unconnected stub with Tie in a different ORB")
38	    (CONNECT_TIE_NO_SERVANT 6 WARNING "Tried to connect unconnected stub to unconnected Tie")
39	    (LOAD_TIE_FAILED 7 FINE "Failed to load Tie of class {0}")
40	    )
41	(DATA_CONVERSION 
42	    (BAD_HEX_DIGIT 1 WARNING "Bad hex digit in string_to_object"))
43	(MARSHAL
44	    (UNABLE_LOCATE_VALUE_HELPER 2 WARNING "Could not locate value helper")
45	    (INVALID_INDIRECTION 3 WARNING "Invalid indirection {0}"))
46	(INV_OBJREF 
47	    (OBJECT_NOT_CONNECTED 1 WARNING "{0} did not originate from a connected object")
48	    (COULD_NOT_LOAD_STUB 2 WARNING "Could not load stub for class {0}")
49	    (OBJECT_NOT_EXPORTED 3 WARNING "Class {0} not exported, or else is actually a JRMP stub"))
50	(INTERNAL
51	    (ERROR_SET_OBJECT_FIELD 1 WARNING "Error in setting object field {0} in {1} to {2}")
52	    (ERROR_SET_BOOLEAN_FIELD 2 WARNING "Error in setting boolean field {0} in {1} to {2}")
53	    (ERROR_SET_BYTE_FIELD 3 WARNING "Error in setting byte field {0} in {1} to {2}")
54	    (ERROR_SET_CHAR_FIELD 4 WARNING "Error in setting char field {0} in {1} to {2}")
55	    (ERROR_SET_SHORT_FIELD 5 WARNING "Error in setting short field {0} in {1} to {2}")
56	    (ERROR_SET_INT_FIELD 6 WARNING "Error in setting int field {0} in {1} to {2}")
57	    (ERROR_SET_LONG_FIELD 7 WARNING "Error in setting long field {0} in {1} to {2}")
58	    (ERROR_SET_FLOAT_FIELD 8 WARNING "Error in setting float field {0} in {1} to {2}")
59	    (ERROR_SET_DOUBLE_FIELD 9 WARNING "Error in setting double field {0} in {1} to {2}")
60	    (ILLEGAL_FIELD_ACCESS 10 WARNING "IllegalAccessException while trying to write to field {0}")
61	    (BAD_BEGIN_UNMARSHAL_CUSTOM_VALUE 11 WARNING "State should be saved and reset first")
62	    (CLASS_NOT_FOUND 12 WARNING "Failure while loading specific Java remote exception class: {0}"))
63	(UNKNOWN
64	    (UNKNOWN_SYSEX 1 WARNING "Unknown System Exception"))))
65