001 package org.omg.GIOP; 002 003 /** 004 * Generated from IDL struct "SystemExceptionReplyBody". 005 * 006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 007 * @version generated at Jun 18, 2012 10:37:55 AM 008 */ 009 010 public final class SystemExceptionReplyBody 011 implements org.omg.CORBA.portable.IDLEntity 012 { 013 public SystemExceptionReplyBody(){} 014 public java.lang.String exception_id = ""; 015 public int minor_code_value; 016 public int completion_status; 017 public SystemExceptionReplyBody(java.lang.String exception_id, int minor_code_value, int completion_status) 018 { 019 this.exception_id = exception_id; 020 this.minor_code_value = minor_code_value; 021 this.completion_status = completion_status; 022 } 023 }