A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments or executing the remote method itself.
A ServerException instance contains the original RemoteException that occurred as its cause.
A ServerException is thrown as a result of a remote method invocation when a RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments or executing the remote method itself. A ServerException instance contains the original RemoteException that occurred as its cause.
(->server-exception s)(->server-exception s ex)Constructor.
Constructs a ServerException with the specified detail message and nested exception.
s - the detail message - java.lang.String
ex - the nested exception - java.lang.Exception
Constructor. Constructs a ServerException with the specified detail message and nested exception. s - the detail message - `java.lang.String` ex - the nested exception - `java.lang.Exception`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |