1 package org.omg.PortableInterceptor;2 3 4 /**5 * org/omg/PortableInterceptor/USER_EXCEPTION.java .6 * Generated by the IDL-to-Java compiler (portable), version "3.2"7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl8 * Saturday, February 9, 2008 9:40:08 AM GMT9 */10 11 public interface USER_EXCEPTION12 {13 14 /**15 * Indicates a UserException reply status. One possible value for 16 * <code>RequestInfo.reply_status</code>.17 * @see RequestInfo#reply_status18 * @see SUCCESSFUL19 * @see SYSTEM_EXCEPTION20 * @see LOCATION_FORWARD21 * @see TRANSPORT_RETRY22 */23 public static final short value = (short)(2);24 }25