spring-framework / org.springframework.remoting

Package org.springframework.remoting

Exceptions

RemoteInvocationFailureException

open class RemoteInvocationFailureException : RemoteAccessException

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.

RemoteLookupFailureException

open class RemoteLookupFailureException : RemoteAccessException

RemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation.

RemoteTimeoutException

open class RemoteTimeoutException : RemoteAccessException

RemoteAccessException 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.