Liking cljdoc? Tell your friends :D
Clojure only.

jdk.rmi.ServerException

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.
raw docstring

->server-exceptionclj

(->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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close