Liking cljdoc? Tell your friends :D

javax.sound.sampled.LineUnavailableException

A LineUnavailableException is an exception indicating that a line cannot be opened because it is unavailable. This situation arises most commonly when a requested line is already in use by another application.

A LineUnavailableException is an exception indicating that a
line cannot be opened because it is unavailable.  This situation
arises most commonly when a requested line is already in use
by another application.
raw docstring

->line-unavailable-exceptionclj

(->line-unavailable-exception)
(->line-unavailable-exception message)

Constructor.

Constructs a LineUnavailableException that has the specified detail message.

message - a string containing the error detail message - java.lang.String

Constructor.

Constructs a LineUnavailableException that has
 the specified detail message.

message - a string containing the error detail message - `java.lang.String`
raw docstring

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

× close