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