Hi Michael,
TaminoAPI4J always throws a TException which you can interrogate. For example, to find the root cause of the Exception you can invoke its getRootCause() method. With the example you quote, and the following code:
catch (TException e) {
System.out.println("Root Cause of Exception: " + e.getRootCause());
}</pre><BR>you would then get:<BR><pre class="ip-ubbcode-code-pre">Root Cause of Exception: Tamino access failure (INOXYE9155, The requested docume
nt(s) could not be locked, Line x, Column y: )
The TException object is documented in the TaminoAPI4J documentation.
Hope this helps.
#webMethods-Tamino-XML-Server-APIs#webMethods#API-Management