1. package org.omg.PortableInterceptor;
  2. /**
  3. * org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Monday, February 23, 2004 7:03:06 AM GMT
  7. */
  8. public interface SYSTEM_EXCEPTION
  9. {
  10. /**
  11. * Indicates a SystemException reply status. One possible value for
  12. * <code>RequestInfo.reply_status</code>.
  13. * @see RequestInfo#reply_status
  14. * @see SUCCESSFUL
  15. * @see USER_EXCEPTION
  16. * @see LOCATION_FORWARD
  17. * @see TRANSPORT_RETRY
  18. */
  19. public static final short value = (short)(1);
  20. }