< prev index next >

src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl

Print this page




 408     /**
 409      * For information on <code>FORWARDED_IDENTITY</code> refer to the 
 410      * Firewall specification - orbos/98-05-04.
 411      */
 412     const ServiceId FORWARDED_IDENTITY = 8;
 413 
 414     /**
 415      * Identifies a CDR encapsulation of a marshaled instance of a 
 416      * java.lang.Throwable or one of its subclasses as described in Java 
 417      * to IDL Language Mapping, Section 1.4.8.1, "Mapping of 
 418      * UnknownExceptionInfo Service Context," on page 1-32.
 419      */
 420     const ServiceId UnknownExceptionInfo = 9;
 421 
 422     /**
 423      * CORBA formal/02-06-01: 13.7.1:
 424      * ExceptionDetailMessage identifies a CDR encapsulation of a wstring,
 425      * encoded using GIOP 1.2 with a TCS-W of UTF-16.  This service context
 426      * may be sent on Reply messages with a reply_status of SYSTEM_EXCEPTION
 427      * or USER_EXCEPTION. The usage of this service context is defined
 428      * by language mappings. <br/> <br/>
 429      *
 430      * IDL/Java: ptc/02-01-22: 1.15.2: 
 431      * When a System Exception is marshaled, its GIOP Reply message shall
 432      * include an associated ExceptionDetailMessage service context. The
 433      * callee's stack trace is often very valuable debugging information but
 434      * may contain sensitive or unwanted information. The wstring within the
 435      * service context will therefore contain additional information relating
 436      * to the exception, for example the result of calling either
 437      * printStackTrace(PrintWriter) or getMessage() on the exception. When
 438      * unmarshaling a System Exception on the client side, the wstring from
 439      * any ExceptionDetailMessage service context shall become the Java error
 440      * message in the unmarshaled exception object.
 441      */
 442     const ServiceId ExceptionDetailMessage = 14;
 443 
 444 
 445     // BEGIN part which lived in Interceptors.idl.
 446 
 447   /**
 448    * An array of <code>TaggedComponent</code> objects.




 408     /**
 409      * For information on <code>FORWARDED_IDENTITY</code> refer to the 
 410      * Firewall specification - orbos/98-05-04.
 411      */
 412     const ServiceId FORWARDED_IDENTITY = 8;
 413 
 414     /**
 415      * Identifies a CDR encapsulation of a marshaled instance of a 
 416      * java.lang.Throwable or one of its subclasses as described in Java 
 417      * to IDL Language Mapping, Section 1.4.8.1, "Mapping of 
 418      * UnknownExceptionInfo Service Context," on page 1-32.
 419      */
 420     const ServiceId UnknownExceptionInfo = 9;
 421 
 422     /**
 423      * CORBA formal/02-06-01: 13.7.1:
 424      * ExceptionDetailMessage identifies a CDR encapsulation of a wstring,
 425      * encoded using GIOP 1.2 with a TCS-W of UTF-16.  This service context
 426      * may be sent on Reply messages with a reply_status of SYSTEM_EXCEPTION
 427      * or USER_EXCEPTION. The usage of this service context is defined
 428      * by language mappings. <br> <br>
 429      *
 430      * IDL/Java: ptc/02-01-22: 1.15.2: 
 431      * When a System Exception is marshaled, its GIOP Reply message shall
 432      * include an associated ExceptionDetailMessage service context. The
 433      * callee's stack trace is often very valuable debugging information but
 434      * may contain sensitive or unwanted information. The wstring within the
 435      * service context will therefore contain additional information relating
 436      * to the exception, for example the result of calling either
 437      * printStackTrace(PrintWriter) or getMessage() on the exception. When
 438      * unmarshaling a System Exception on the client side, the wstring from
 439      * any ExceptionDetailMessage service context shall become the Java error
 440      * message in the unmarshaled exception object.
 441      */
 442     const ServiceId ExceptionDetailMessage = 14;
 443 
 444 
 445     // BEGIN part which lived in Interceptors.idl.
 446 
 447   /**
 448    * An array of <code>TaggedComponent</code> objects.


< prev index next >