User:
Password:
Register
|
Login help
My pages
Projects
Communities
java.net
Get Involved
java-net Project
Request a Project
Project Help Wanted Ads
Publicize your Project
Submit Content
Get Informed
About java.net
Articles
Blogs
Events
Also in Java Today
java.net Online Books
java.net Archives
Get Connected
java.net Forums
Wiki
and
Javapedia
People
,
Partners
, and
Jobs
Java User Groups
RSS Feeds
Search
Web and Projects:
Online Books:
java.net on
MarkMail
:
Advanced Search
Start New Message
Delete
Post a Reply
Article:
Exception-Handling Antipatterns
Subject:
Again on log and throw
Date:
2006-04-09 08:38:04
From:
timmccune
Response to:
Again on log and throw
Agreed, in general. This is why the EJB spec differentiates between application exceptions and system exceptions. System exceptions are handled in the manner that you described. Application exceptions should not be logged on the server side.
java.net RSS Feeds