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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close