org.springframework.remoting |
Exception hierarchy for Spring's remoting infrastructure,
independent of any specific remote method invocation system.
|
Java Source File Name | Type | Comment |
RemoteAccessException.java | Class | Generic remote access exception. |
RemoteConnectFailureException.java | Class | RemoteAccessException subclass to be thrown when no connection
could be established with a remote service. |
RemoteLookupFailureException.java | Class | RemoteAccessException subclass to be thrown in case of a lookup failure,
typically if the lookup happens on demand for each method invocation. |
RemoteProxyFailureException.java | Class | RemoteAccessException subclass to be thrown in case of a failure
within the client-side proxy for a remote service, for example
when a method is not found on the underlying stub. |