Issue 3570: org.omg.CORBA.portable.UnknownException does not have all constructors (java-rtf) Source: Borland Software Corporation (Mr. Vijaykumar Natarajan, Vijaykumar.Natarajan@borland.com) Nature: Uncategorized Issue Severity: 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); Resolution: Revised Text: 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); Actions taken: April 19, 2000: received issue January 9, 2001: closed issue Discussion: End of Annotations:===== Date: Wed, 19 Apr 2000 10:14:22 -0700 From: "Vijaykumar Natarajan" X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: issues@omg.org, java-rtf@omg.org Subject: org.omg.CORBA.portable.UnknownException does not have all constructors Content-Type: multipart/mixed; boundary="------------AFFF5CF67EE887792E18C2F3" X-UIDL: I&fd91)&!!7AUd9-`fd9 Hi all, 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); Thanks, Vijay [] vijayn.vcf