Liking cljdoc? Tell your friends :D

jdk.rmi.UnexpectedException

An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the throws clause of the method in the remote interface.

An UnexpectedException is thrown if the client of a
remote method call receives, as a result of the call, a checked
exception that is not among the checked exception types declared in the
throws clause of the method in the remote interface.
raw docstring

->unexpected-exceptionclj

(->unexpected-exception s)
(->unexpected-exception s ex)

Constructor.

Constructs a UnexpectedException 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 UnexpectedException 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