-
Key: I2JAV11-114
-
Legacy Issue Number: 3570
-
Status: closed
-
Source: Borland Software Corporation ( Vijaykumar Natarajan)
-
Summary:
All system exceptions have the following constructors, (BAD_PARAM as eg.)
BAD_PARAM();
BAD_PARAM(int minor_code, CompletionStatus status);
BAD_PARAM(String message);
BAD_PARAM(String message, int minor_code, CompletionStatus status);UnknownException however has only one. This seems inconsistent.
Proposal:
Add the following constructors to org.omg.CORBA.portable.UnknownException
UnknownException(Throwable orig, int minor_code, CompletionStatus status);
UnknownException(Throwable orig, String message);
UnknownException(Throwable orig, String message, int minor_code,
CompletionStatus status); -
Reported: I2JAV 1.0 — Wed, 19 Apr 2000 04:00 GMT
-
Disposition: Resolved — I2JAV 1.1
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 21:38 GMT
I2JAV11 — org.omg.CORBA.portable.UnknownException does not have all constructors
- Key: I2JAV11-114
- OMG Task Force: IDL to Java December 2000 RTF