Issue 4196: The exceptions listed in Appendix A are not described in section 2. (pki-ftf) Source: DSTC (Mr. Simon Gibson, gibson@dstc.edu.au) Nature: Uncategorized Issue Severity: Summary: The exceptions listed in Appendix A are not described in section 2. Resolution: see below Revised Text: /** * Exception reporting either the Certificate, CertificateRequest, * CertificateStatusRequest, etc. supplied * is not a supported type by the PKIAuthority interface. */ exception UnsupportedTypeException { string description; }; /** Exception reporting either the Certificate, CertificateRequest, * CertificateStatusRequest, etc. supplied * is using an unsupported encoding type. */ exception UnsupportedEncodingException { string description; }; /** Exception reporting either the Certificate, CertificateRequest, * CertificateStatusRequest, etc. supplied * is in some way malformed and cannot be interpreted. */ exception MalformedDataException { string description; }; /** Exception reporting either the Certificate, CertificateRequest, * CertificateStatusRequest, etc. supplied * is attempting an unnecessary continue operation. */ exception UnexpectedContinueException { string description; }; Actions taken: February 5, 2001: received issue July 5, 2002: closed issue Discussion: End of Annotations:===== From: webmaster@omg.org Message-Id: <200102060218.f162Ibr19045@emerald.omg.org> Date: 05 Feb 2001 22:19:50 -0500 To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Issue/Bug Report Content-Type: Text/html; charset=windows-1252 X-UIDL: npDe98+Oe9(Zo!!:#Y!! Name: Simon Gibson Company: DSTC mailFrom: gibson@dstc.edu.au Notification: No Specification: Public Key Infrastructure Section: 2.3 FormalNumber: dtc/2001-02-01 Version: 1 RevisionDate: 02/01/2001 Page: 2-4 Nature: Revision Severity: Minor HTTP User Agent: Mozilla/4.75 [en] (X11; U; SunOS 5.8 sun4u) Description The exceptions listed in Appendix A are not described in section 2. X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: pmclaughlin@baltimore.com (Patrick McLaughlin), polar@adiron.com (Polar Humenn), gjarboe@promia.com (Gene Garboe), cwbinko@trcinc.com (Bill Binko), mcconnell@osm.net (Stephen McConnell), dflinn@iona.com (Don Flinn), Ronald.Monzillo@east.sun.com (Ron Monzillo), gibson@dstc.edu.au (Simon Gibson), christopher_milsom@hp.com (Christopher Milsom) cc: pki-ftf@emerald.omg.org Subject: PKI FTF issue # 4196 Mime-Version: 1.0 Date: Thu, 15 Feb 2001 08:55:23 +1000 From: Simon Gibson Content-Type: text/plain; charset=us-ascii X-UIDL: -gk!!>Abd9V2,e9 Content-Type: text/plain; charset=us-ascii X-UIDL: fg^d9R;5!!-D]d9&,~e9 This is issue # 4196 Simon Gibson gibson@dstc.edu.au The exceptions listed in Appendix A are not described in section 2. -------------------------------- Proposed Solution Proposed text for inclusion as a new sub-section in Section 2.3 entitled 2.3.X Exceptions. This is straight from our IDL file hence the javadoc style comments. /** * Exception reporting either the Certificate, CertificateRequest, * CertificateStatusRequest, etc. supplied * is not a supported type by the PKIAuthority interface. */ exception UnsupportedTypeException { string description; }; /** Exception reporting either the Certificate, CertificateRequest, * CertificateStatusRequest, etc. supplied * is using an unsupported encoding type. */ exception UnsupportedEncodingException { string description; }; /** Exception reporting either the Certificate, CertificateRequest, * CertificateStatusRequest, etc. supplied * is in some way malformed and cannot be interpreted. */ exception MalformedDataException { string description; }; /** Exception reporting either the Certificate, CertificateRequest, * CertificateStatusRequest, etc. supplied * is attempting an unnecessary continue operation. */ exception UnexpectedContinueException { string description; };