There was an error while loading. Please reload this page.
Error handling class for VuzitJava web clients.
All of the constructors for the class.
The instance property methods.
try { com.vuzit.Document doc = com.vuzit.Document.upload("c:/path/to/document.pdf"); } catch(com.vuzit.ClientException ex) { System.out.println("Error uploading the document [" + ex.getCode() + "]: " + ex.getMessage()); }