<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Need for ObjectNotFoundException</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Thu, 20 Jun 2013 03:24:46 -0400</pubDate>


    <item>

        <title>its real simple</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29307</link>

        

        
            <description><![CDATA[There are two schools of thought:<br><br>try {<br>&nbsp;&nbsp;Object o = find();<br>&nbsp;&nbsp;o.xxx();<br>} catch (...) {<br><br>}<br><br>or<br><br>Object o = find();<br>if (o != null) {<br>&nbsp;&nbsp;o.xxx();<br>}<br><br>It merely a question of how...]]></description>
        

        <pubDate>Mon, 11 Oct 2004 10:14:37 -0400</pubDate>

        

        <jf:creationDate>Mon, 11 Oct 2004 10:14:37 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 11 Oct 2004 10:14:37 -0400</jf:modificationDate>
        <jf:date>Oct 11, 2004</jf:date>
        <jf:author>bruce goldstein</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Need for ObjectNotFoundException</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29307</link>

        

        
            <description><![CDATA[Hi Paul,<br><br>ObjectNotFoundException essentially informs the end user that there is no data for the data retrieval condition specified. This is a normal condition not an unexpected one and definitely not an exceptional condition.<br><br>If one looks...]]></description>
        

        <pubDate>Mon, 11 Oct 2004 06:55:11 -0400</pubDate>

        

        <jf:creationDate>Mon, 11 Oct 2004 06:55:11 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 11 Oct 2004 06:55:11 -0400</jf:modificationDate>
        <jf:date>Oct 11, 2004</jf:date>
        <jf:author>Vinay R</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Need for ObjectNotFoundException</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29307</link>

        

        
            <description><![CDATA[Hi Vinay,<br><br>Exceptions the usual way of informing the caller of a method that something unexpected has happened. So the question is, does 'not able to find the entity in a single-object finder method' fall into that category. I suppose the team that...]]></description>
        

        <pubDate>Fri, 08 Oct 2004 02:04:30 -0400</pubDate>

        

        <jf:creationDate>Fri, 08 Oct 2004 02:04:30 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 08 Oct 2004 02:04:30 -0400</jf:modificationDate>
        <jf:date>Oct 8, 2004</jf:date>
        <jf:author>Paul Maessen</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Need for ObjectNotFoundException</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=29307</link>

        

        
            <description><![CDATA[Why do we require an ObjectNotFoundException? Why cannot an EJB simply return a null value. Why do we need the extra overhead of catching and handling ObjectNotFoundException.<br><br>Thanks,]]></description>
        

        <pubDate>Thu, 07 Oct 2004 23:55:33 -0400</pubDate>

        

        <jf:creationDate>Thu, 07 Oct 2004 23:55:33 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 07 Oct 2004 23:55:33 -0400</jf:modificationDate>
        <jf:date>Oct 7, 2004</jf:date>
        <jf:author>Vinay R</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>



</channel>
</rss>

