aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2005-11-20 07:33:40 +0000
committerDiego Novillo <dnovillo@redhat.com>2005-11-20 07:33:40 +0000
commit334cb8612fc07d2479533d3e589ab678753adaf8 (patch)
treefd3fd3000ec4c751ee405ae2a84ea17169a0126b /libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java
parent69231c6769016efb611e7d2476a74e13a0f8a0db (diff)
Mainline merge as of 2005-11-18.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gomp-20050608-branch@107245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java')
-rw-r--r--libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java b/libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java
index 3faacdcb2dd..7261aae4684 100644
--- a/libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java
+++ b/libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java
@@ -44,6 +44,26 @@ import java.io.Serializable;
* Means that the ORB cannot convert between the marshalled and
* native data representation.
*
+ * In GNU Classpath, this exception may have the following minor codes:
+ *
+ * <table border="1">
+ * <tr>
+ * <td>Hex</td>
+ * <td>Dec</td>
+ * <td>Minor</td>
+ * <td>Name</td>
+ * <td>Case</td>
+ * </tr>
+ * <td>47430016</td>
+ * <td>1195573270</td>
+ * <td>22</td>
+ * <td>Missing_IOR</td>
+ * <td>The object URL is such that the IOR string must be read from some
+ * local or remote resource (file or network), but this resource is not
+ * reacheable.</td>
+ * </tr>
+ * </table>
+ *
* @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
*/
public class DATA_CONVERSION