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 was not found on the underlying RMI stub.
Since:
1.2.8
Author:
Juergen Hoeller
See Also: RemoteInvocationFailureException
,
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-2008 The Spring Framework .