| Package | Description | 
|---|---|
| org.springframework.remoting | Exception hierarchy for Spring's remoting infrastructure,
 independent of any specific remote method invocation system. | 
| org.springframework.remoting.soap | SOAP-specific exceptions and support classes for Spring's remoting subsystem. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RemoteConnectFailureExceptionRemoteAccessException subclass to be thrown when no connection
 could be established with a remote service. | 
| class  | RemoteInvocationFailureExceptionRemoteAccessException subclass to be thrown when the execution
 of the target method failed on the server side, for example
 when a method was not found on the target object. | 
| class  | RemoteLookupFailureExceptionRemoteAccessException subclass to be thrown in case of a lookup failure,
 typically if the lookup happens on demand for each method invocation. | 
| class  | RemoteProxyFailureExceptionRemoteAccessException subclass to be thrown in case of a failure
 within the client-side proxy for a remote service, for example
 when a method was not found on the underlying RMI stub. | 
| class  | RemoteTimeoutExceptionRemoteAccessException subclass to be thrown when the execution
 of the target method did not complete before a configurable
 timeout, for example when a reply message was not received. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SoapFaultExceptionRemoteInvocationFailureException subclass that provides the details
 of a SOAP fault. |