当前页面: 
在线文档首页 > 
Spring Framework 1.2.9 API 文档英文版
RemoteProxyFailureException (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.remoting
Class RemoteProxyFailureException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.springframework.core.NestedRuntimeException
                  
org.springframework.remoting.RemoteAccessException
                      
org.springframework.remoting.RemoteProxyFailureException
- All Implemented Interfaces: 
 - Serializable
 
public class RemoteProxyFailureException
- extends RemoteAccessException
 
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.
- Since:
 
  - 1.2.8
 
- Author:
 
  - Juergen Hoeller
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
RemoteProxyFailureException
public RemoteProxyFailureException(String msg,
                                   Throwable ex)
- Constructor for RemoteProxyFailureException.
- Parameters:
 msg - messageex - root cause from remoting API in use
 
Copyright (c) 2002-2007 The Spring Framework Project.