| public class javax.sound.sampled LineUnavailableException
|
Java SE 6 |
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.
| version | 1.10 05/11/17 |
| since | 1.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.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|