committed
On 8/2/07, norman <[EMAIL PROTECTED]> wrote:
> Am Mittwoch, den 01.08.2007, 20:32 + schrieb Robert Burrell Donkin:
> > JDBCMailRepository contains several examples of exception handing similar
> > to:
> >
> > } catch (Exception me) {
> > throw new MessagingExcept
Am Mittwoch, den 01.08.2007, 20:32 + schrieb Robert Burrell Donkin:
> JDBCMailRepository contains several examples of exception handing similar to:
>
> } catch (Exception me) {
> throw new MessagingException("Exception while retrieving
> mail: " + me.getMessage());
>
Robert Burrell Donkin ha scritto:
> JDBCMailRepository contains several examples of exception handing similar to:
>
> } catch (Exception me) {
> throw new MessagingException("Exception while retrieving
> mail: " + me.getMessage());
>}
>
> the downside with this approac
Robert Burrell Donkin wrote:
JDBCMailRepository contains several examples of exception handing similar to:
} catch (Exception me) {
throw new MessagingException("Exception while retrieving
mail: " + me.getMessage());
}
the downside with this approach is that informati
On 8/1/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote:
> JDBCMailRepository contains several examples of exception handing similar to:
>
> } catch (Exception me) {
> throw new MessagingException("Exception while retrieving
> mail: " + me.getMessage());
>}
>
> the do
JDBCMailRepository contains several examples of exception handing similar to:
} catch (Exception me) {
throw new MessagingException("Exception while retrieving
mail: " + me.getMessage());
}
the downside with this approach is that information about the original
exception