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.
(->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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close