org.springframework.remoting
Class RemoteConnectFailureException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.remoting.RemoteAccessException
org.springframework.remoting.RemoteAccessException
                       org.springframework.remoting.RemoteConnectFailureException
org.springframework.remoting.RemoteConnectFailureException
- All Implemented Interfaces: 
- Serializable
- public class RemoteConnectFailureException 
- extends RemoteAccessException
RemoteAccessException subclass to be thrown when no connection
 could be established with a remote service.
- Since:
- 1.1
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
 
 
 
 
 
RemoteConnectFailureException
public RemoteConnectFailureException(String msg,
                                     Throwable cause)
- Constructor for RemoteConnectFailureException.
 
- Parameters:
- msg- the detail message
- cause- the root cause from the remoting API in use
 
Copyright © 2002-2008 The Spring Framework.