Subclasses of RpcFaultException in gov.va.med.vistalink.rpc |
class |
NoRpcContextFaultException
This exception represents the case where the request RPC context does not exist or the current
user does not have access to the B-option representing the context. |
class |
RpcNotInContextFaultException
This exception represents the case where the requested RPC is not contained in the current
RPC context. |
class |
RpcNotOkForProxyUseException
This exception represents the case where the requested RPC is not marked as
OK for use by an application proxy user, but has been attempted to be invoked
by one. |
class |
RpcTimeOutFaultException
This exception represents the case where the RPC execution took too long on the server and
the application gracefully stopped the RPC's processing. |