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 /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/GIOP.idl
008    * Saturday, September 22, 2012 10:56:39 AM CEST
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