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

Thu, 31 Aug 2017 18:10:36 +0800

author
aoqi
date
Thu, 31 Aug 2017 18:10:36 +0800
changeset 748
6845b95cba6b
parent 263
53c6f4ad1e06
parent 0
7ef37b2cdcad
permissions
-rw-r--r--

merge

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

mercurial