spring-framework / org.springframework.remoting / RemoteTimeoutException

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.

Author
Stephane Nicoll

Since
4.2

Constructors

<init>

RemoteTimeoutException(msg: String)
RemoteTimeoutException(msg: String, cause: Throwable)

Constructor for RemoteTimeoutException.