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
RemoteLookupFailureException(msg: String)RemoteLookupFailureException(msg: String, cause: Throwable)
Constructor for RemoteLookupFailureException. |