package org.omg.PortableInterceptor; /** * org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl * Wednesday, June 14, 2006 5:09:57 AM GMT */ public interface SYSTEM_EXCEPTION { /** * Indicates a SystemException reply status. One possible value for * RequestInfo.reply_status. * @see RequestInfo#reply_status * @see SUCCESSFUL * @see USER_EXCEPTION * @see LOCATION_FORWARD * @see TRANSPORT_RETRY */ public static final short value = (short)(1); }