org.omg.GIOP
Class SystemExceptionReplyBody

java.lang.Object
  extended by org.omg.GIOP.SystemExceptionReplyBody
All Implemented Interfaces:
Serializable, IDLEntity

public final class SystemExceptionReplyBody
extends Object
implements IDLEntity

org/omg/GIOP/SystemExceptionReplyBody.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/GIOP.idl Saturday, November 26, 2011 9:53:36 PM UTC

See Also:
Serialized Form

Field Summary
 int completion_status
           
 String exception_id
           
 int minor_code_value
           
 
Constructor Summary
SystemExceptionReplyBody()
           
SystemExceptionReplyBody(String _exception_id, int _minor_code_value, int _completion_status)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception_id

public String exception_id

minor_code_value

public int minor_code_value

completion_status

public int completion_status
Constructor Detail

SystemExceptionReplyBody

public SystemExceptionReplyBody()

SystemExceptionReplyBody

public SystemExceptionReplyBody(String _exception_id,
                                int _minor_code_value,
                                int _completion_status)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.