We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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()); }
There was an error while loading. Please reload this page.