站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

RemoteProxyFailureException (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


org.springframework.remoting
Class RemoteProxyFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.remoting.RemoteAccessException
                      extended by 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

Constructor Summary
RemoteProxyFailureException(String msg, Throwable ex)
          Constructor for RemoteProxyFailureException.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteProxyFailureException

public RemoteProxyFailureException(String msg,
                                   Throwable ex)
Constructor for RemoteProxyFailureException.

Parameters:
msg - message
ex - root cause from remoting API in use


Copyright (c) 2002-2007 The Spring Framework Project.