src/share/classes/com/sun/corba/se/spi/logging/data/Naming.mc

Wed, 06 Apr 2011 20:36:07 -0700

author
ohair
date
Wed, 06 Apr 2011 20:36:07 -0700
changeset 263
53c6f4ad1e06
parent 246
6a3903e5b6cc
child 748
6845b95cba6b
permissions
-rw-r--r--

7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes

     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" "NamingSystemException" NAMING
    26     (
    27 	(BAD_PARAM
    28 	    (TRANSIENT_NAME_SERVER_BAD_PORT 0 WARNING "Port 0 is not a valid port in the transient name server")
    29 	    (TRANSIENT_NAME_SERVER_BAD_HOST 1 WARNING "A null hostname is not a valid hostname in the transient name server")
    30 	    (OBJECT_IS_NULL 2 WARNING "Invalid object reference passed in rebind or bind operation")
    31 	    (INS_BAD_ADDRESS 3 WARNING "Bad host address in -ORBInitDef"))
    32 	(UNKNOWN
    33 	    (BIND_UPDATE_CONTEXT_FAILED 0 WARNING "Updated context failed for bind")
    34 	    (BIND_FAILURE 1 WARNING "bind failure")
    35 	    (RESOLVE_CONVERSION_FAILURE 2 WARNING "Resolve conversion failed")
    36 	    (RESOLVE_FAILURE 3 WARNING "Resolve failure")
    37 	    (UNBIND_FAILURE 4 WARNING "Unbind failure"))
    38 	(INITIALIZE
    39 	    (TRANS_NS_CANNOT_CREATE_INITIAL_NC_SYS 50 WARNING "SystemException in transient name service while initializing")
    40 	    (TRANS_NS_CANNOT_CREATE_INITIAL_NC 51 WARNING "Java exception in transient name service while initializing"))
    41 	(INTERNAL
    42 	    (NAMING_CTX_REBIND_ALREADY_BOUND 0 WARNING "Unexpected AlreadyBound exception iun rebind")
    43 	    (NAMING_CTX_REBINDCTX_ALREADY_BOUND 1 WARNING "Unexpected AlreadyBound exception in rebind_context")
    44 	    (NAMING_CTX_BAD_BINDINGTYPE 2 WARNING "Bad binding type in internal binding implementation")
    45 	    (NAMING_CTX_RESOLVE_CANNOT_NARROW_TO_CTX 3 WARNING "Object reference that is not CosNaming::NamingContext bound as a context")
    46 	    (NAMING_CTX_BINDING_ITERATOR_CREATE 4 WARNING "Error in creating POA for BindingIterator")
    47 	    (TRANS_NC_BIND_ALREADY_BOUND 100 WARNING "Bind implementation encountered a previous bind")
    48 	    (TRANS_NC_LIST_GOT_EXC 101 WARNING "list operation caught an unexpected Java exception while creating list iterator")
    49 	    (TRANS_NC_NEWCTX_GOT_EXC 102 WARNING "new_context operation caught an unexpected Java excpetion creating the NewContext servant")
    50 	    (TRANS_NC_DESTROY_GOT_EXC 103 WARNING "Destroy operation caught a Java exception while disconnecting from ORB")
    51 	    (INS_BAD_SCHEME_NAME 105 WARNING "Stringified object reference with unknown protocol specified")
    52 	    (INS_BAD_SCHEME_SPECIFIC_PART 107 WARNING "Malformed URL in -ORBInitDef")
    53 	    (INS_OTHER 108 WARNING "Malformed URL in -ORBInitDef"))))

mercurial