public class ApplicationException
extends java.lang.RuntimeException
The ApplicationException class is used by the JoltRemoteService class
and its methods. The ApplicationException is thrown only when the service
calls a tpreturn(3) (for example, TPFAIL, tpurcode).
The getApplicationCode method gets the application code. This
is equivalent to the tpurcode in ATMI.
getObject
public java.lang.Object getObject()
The getObject method gets the object that throws the exception.
In Jolt 1.2, the object retrieved by getObject is an instance of
the JoltRemoteService class. The caller can still use this object
to retrieve all the output parameters. See getStringDef() or
similar methods in the JoltRemoteService class.