The Spring Framework

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 cause)
          Constructor for RemoteProxyFailureException.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, getMostSpecificCause, getRootCause, 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 cause)
Constructor for RemoteProxyFailureException.

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

The Spring Framework

Copyright © 2002-2007 The Spring Framework.