Java org.springframework.remoting.rmi RmiClientInterceptorUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.remoting.rmi RmiClientInterceptorUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.remoting.rmi RmiClientInterceptorUtils.

The text is from its open source code.

Method

ExceptionconvertRmiAccessException(Method method, RemoteException ex, boolean isConnectFailure, String serviceName)
Convert the given RemoteException that happened during remote access to Spring's RemoteAccessException if the method signature does not support RemoteException.
booleanisConnectFailure(RemoteException ex)
Determine whether the given RMI exception indicates a connect failure.