abstract class RemoteInvocationUtils
General utilities for handling remote invocations.
Mainly intended for use within the remoting framework.
Author
Juergen Hoeller
Since
2.0
RemoteInvocationUtils()
General utilities for handling remote invocations. Mainly intended for use within the remoting framework. |
open static fun fillInClientStackTraceIfPossible(ex: Throwable): Unit
Fill the current client-side stack trace into the given exception. The given exception is typically thrown on the server and serialized as-is, with the client wanting it to contain the client-side portion of the stack trace as well. What we can do here is to update the |