public class javax.sound.sampled
LineUnavailableException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
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.
version1.10 05/11/17
since1.3

Constructors
public LineUnavailableException()
Constructs a LineUnavailableException that has null as its error detail message.
public LineUnavailableException(String message) Details
Constructs a LineUnavailableException that has the specified detail message.
messagea string containing the error detail message