<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CMIS Exception specific types in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cmis-exception-specific-types/m-p/243200#M196330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look here, maybe it helps you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html#_Toc243905433" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html#_Toc243905433&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards, gclaussn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 May 2010 12:44:26 GMT</pubDate>
    <dc:creator>gclaussn</dc:creator>
    <dc:date>2010-05-03T12:44:26Z</dc:date>
    <item>
      <title>CMIS Exception specific types</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-exception-specific-types/m-p/243198#M196328</link>
      <description>Hi All,Are there specific exceptions defined for all CMIS services?What I see is only one class CmisException which catches all exceptions.But what if we want to display specific exception details to user? How to catch it?Thanks for any help.</description>
      <pubDate>Thu, 15 Apr 2010 04:50:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-exception-specific-types/m-p/243198#M196328</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2010-04-15T04:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Exception specific types</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-exception-specific-types/m-p/243199#M196329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any idea guys?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 08:55:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-exception-specific-types/m-p/243199#M196329</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2010-04-22T08:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Exception specific types</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-exception-specific-types/m-p/243200#M196330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look here, maybe it helps you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html#_Toc243905433" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html#_Toc243905433&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards, gclaussn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 12:44:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-exception-specific-types/m-p/243200#M196330</guid>
      <dc:creator>gclaussn</dc:creator>
      <dc:date>2010-05-03T12:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Exception specific types</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-exception-specific-types/m-p/243201#M196331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wrote following exception handling code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;try&lt;BR /&gt;{&lt;BR /&gt;// Code that causes an exception specific to CMIS&lt;BR /&gt;}&lt;BR /&gt;catch(CmisException e)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("Falut Info Message : " + e.getFaultInfo().getMessage());&amp;nbsp; // Long description&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("Falut Info Value : " + e.getFaultInfo().getType().value()); // short description&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Apache CXF framework generated stub classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody handling cmis exceptions in different way? Please share your experience.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nikesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 12:08:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-exception-specific-types/m-p/243201#M196331</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2010-05-25T12:08:14Z</dc:date>
    </item>
  </channel>
</rss>

