Liking cljdoc? Tell your friends :D
Clojure only.

jdk.rmi.ServerError

A ServerError is thrown as a result of a remote method invocation when an Error is thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.

A ServerError instance contains the original Error that occurred as its cause.

A ServerError is thrown as a result of a remote method
invocation when an Error is thrown while processing
the invocation on the server, either while unmarshalling the arguments,
executing the remote method itself, or marshalling the return value.

A ServerError instance contains the original
Error that occurred as its cause.
raw docstring

->server-errorclj

(->server-error s err)

Constructor.

Constructs a ServerError with the specified detail message and nested error.

s - the detail message - java.lang.String err - the nested error - java.lang.Error

Constructor.

Constructs a ServerError with the specified
 detail message and nested error.

s - the detail message - `java.lang.String`
err - the nested error - `java.lang.Error`
raw docstring

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

× close