On Thu, Oct 2, 2008 at 12:13 PM, Andrea Francia <[EMAIL PROTECTED]> wrote:
[snip] Yes, I'm aware that we can chain and replace exceptions thrown by the various protocols, that was not my concern. My question was if IOExceptions semantics matches the error conditions that we talk about here. From the Javadoc: "Signals that an I/O exception of some sort has occurred". I'm not sure if this is true for many of the cases where the FtpServer file system abstraction fails. But then again, this might be a case of splitting hairs. What do the rest of you think? > The FtpException are to broad, the FtpServer can fail for so many > aspect, problem with the filesystem, problem with the userManagers, Agreed, that's why I said that our exception design needs some love. /niklas
