001 package org.omg.GIOP; 002 003 004 /** 005 * org/omg/GIOP/SystemExceptionReplyBody.java . 006 * Generated by the IDL-to-Java compiler (portable), version "3.2" 007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/GIOP.idl 008 * Saturday, November 26, 2011 9:53:36 PM UTC 009 */ 010 011 public final class SystemExceptionReplyBody implements org.omg.CORBA.portable.IDLEntity 012 { 013 public String exception_id = null; 014 public int minor_code_value = (int)0; 015 public int completion_status = (int)0; 016 017 public SystemExceptionReplyBody () 018 { 019 } // ctor 020 021 public SystemExceptionReplyBody (String _exception_id, int _minor_code_value, int _completion_status) 022 { 023 exception_id = _exception_id; 024 minor_code_value = _minor_code_value; 025 completion_status = _completion_status; 026 } // ctor 027 028 } // class SystemExceptionReplyBody