spring-framework / org.springframework.remoting / RemoteLookupFailureException

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.

Author
Juergen Hoeller

Since
1.1

Constructors

<init>

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

Constructor for RemoteLookupFailureException.