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 cause)
- Constructor for RemoteProxyFailureException.
- Parameters:
msg
- the detail messagecause
- the root cause from the remoting API in use
Copyright © 2002-2006 The Spring Framework.