javax.sound.sampled
Class LineUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.sound.sampled.LineUnavailableException
All Implemented Interfaces:
Serializable

public class LineUnavailableException
extends Exception

Since:
1.3
See Also:
Serialized Form

Constructor Summary
LineUnavailableException()
          Create a new LineUnavailableException.
LineUnavailableException(String msg)
          Create a new LineUnavailableException with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LineUnavailableException

public LineUnavailableException()
Create a new LineUnavailableException.


LineUnavailableException

public LineUnavailableException(String msg)
Create a new LineUnavailableException with the given message.

Parameters:
msg - the message