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
RemoteInvocationFailureException(msg: String, cause: Throwable)
Constructor for RemoteInvocationFailureException. |
abstract class SoapFaultException : RemoteInvocationFailureException
RemoteInvocationFailureException subclass that provides the details of a SOAP fault. |