Liking cljdoc? Tell your friends :D

jdk.net.UnknownServiceException

Thrown to indicate that an unknown service exception has occurred. Either the MIME type returned by a URL connection does not make sense, or the application is attempting to write to a read-only URL connection.

Thrown to indicate that an unknown service exception has
occurred. Either the MIME type returned by a URL connection does
not make sense, or the application is attempting to write to a
read-only URL connection.
raw docstring

->unknown-service-exceptionclj

(->unknown-service-exception)
(->unknown-service-exception msg)

Constructor.

Constructs a new UnknownServiceException with the specified detail message.

msg - the detail message. - java.lang.String

Constructor.

Constructs a new UnknownServiceException with the
 specified detail message.

msg - the detail message. - `java.lang.String`
raw docstring

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

× close