Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 99370 invoked from network); 12 May 2005 08:31:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 May 2005 08:31:11 -0000 Received: (qmail 4372 invoked by uid 500); 12 May 2005 08:35:05 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 4328 invoked by uid 500); 12 May 2005 08:35:04 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 4313 invoked by uid 99); 12 May 2005 08:35:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 12 May 2005 01:35:04 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E4C932E0 for ; Thu, 12 May 2005 10:31:04 +0200 (CEST) Message-ID: <1933742542.1115886664275.JavaMail.jira@ajax.apache.org> Date: Thu, 12 May 2005 10:31:04 +0200 (CEST) From: "Trustin Lee (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRMINA-36) ProtocolEncoder/Decoder throws clause issue Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ProtocolEncoder/Decoder throws clause issue ------------------------------------------- Key: DIRMINA-36 URL: http://issues.apache.org/jira/browse/DIRMINA-36 Project: Directory MINA Type: Improvement Versions: 0.7 Reporter: Trustin Lee Assigned to: Trustin Lee Fix For: 0.9 ProtocolEncoder.encode() and ProtocolDecoder.decode() throws ProtocolViolationException, but it is inconvenient to type 'try and catch block' for other checked exceptions and prevents from users to implement encoders and decoders fast. We could change their signature to throw all exceptions and then wrap those exceptions with ProtocolCodecException (renamed from ProtocolViolationException). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira