001 package org.omg.CORBA; 002 003 /** 004 * Generated from IDL struct "ExceptionDescription". 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:59 AM 008 */ 009 010 public final class ExceptionDescription 011 implements org.omg.CORBA.portable.IDLEntity 012 { 013 public ExceptionDescription(){} 014 public java.lang.String name; 015 public java.lang.String id; 016 public java.lang.String defined_in; 017 public java.lang.String version; 018 public org.omg.CORBA.TypeCode type; 019 public ExceptionDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, org.omg.CORBA.TypeCode type) 020 { 021 this.name = name; 022 this.id = id; 023 this.defined_in = defined_in; 024 this.version = version; 025 this.type = type; 026 } 027 }