spring-framework / org.springframework.remoting / RemoteInvocationFailureException

RemoteInvocationFailureException

open class RemoteInvocationFailureException : RemoteAccessException

RemoteAccessException subclass to be thrown when the execution of the target method failed on the server side, for example when a method was not found on the target object.

Author
Juergen Hoeller

Since
2.5

See Also
RemoteProxyFailureException

Constructors

<init>

RemoteInvocationFailureException(msg: String, cause: Throwable)

Constructor for RemoteInvocationFailureException.

Inheritors

SoapFaultException

abstract class SoapFaultException : RemoteInvocationFailureException

RemoteInvocationFailureException subclass that provides the details of a SOAP fault.