| Package | Description | 
|---|---|
| org.springframework.remoting | Exception hierarchy for Spring's remoting infrastructure,
 independent of any specific remote method invocation system. | 
| org.springframework.remoting.rmi | Remoting classes for conventional RMI and transparent remoting via
 RMI invokers. | 
| org.springframework.remoting.soap | SOAP-specific exceptions and support classes for Spring's remoting subsystem. | 
| Class and Description | 
|---|
| RemoteAccessException Generic remote access exception. | 
| Class and Description | 
|---|
| RemoteLookupFailureException RemoteAccessException subclass to be thrown in case of a lookup failure,
 typically if the lookup happens on demand for each method invocation. | 
| Class and Description | 
|---|
| RemoteAccessException Generic remote access exception. | 
| RemoteInvocationFailureException RemoteAccessException 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. |