public class

LineUnavailableException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ javax.sound.sampled.LineUnavailableException

Class Overview

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.

Summary

Public Constructors
LineUnavailableException()
Constructs a LineUnavailableException that has null as its error detail message.
LineUnavailableException(String message)
Constructs a LineUnavailableException that has the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LineUnavailableException ()

Constructs a LineUnavailableException that has null as its error detail message.

public LineUnavailableException (String message)

Constructs a LineUnavailableException that has the specified detail message.

Parameters
message a string containing the error detail message