04-15-2010 12:50 AM
04-22-2010 04:55 AM
 
					
				
		
05-03-2010 08:44 AM
05-25-2010 08:08 AM
try
{
// Code that causes an exception specific to CMIS
}
catch(CmisException e)
{
       System.out.println("Falut Info Message : " + e.getFaultInfo().getMessage());  // Long description
       System.out.println("Falut Info Value : " + e.getFaultInfo().getType().value()); // short description
}
 
					
				
				
			
		
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.