javax.sound.midi
Class MidiUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.sound.midi.MidiUnavailableException
All Implemented Interfaces:
Serializable

public class MidiUnavailableException
extends Exception

This exception is thrown when MIDI resources are not available.

Since:
1.3
See Also:
Serialized Form

Constructor Summary
MidiUnavailableException()
          Create a MidiUnavailableException.
MidiUnavailableException(String s)
          Create an MidiUnavailableException object.
 
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

MidiUnavailableException

public MidiUnavailableException()
Create a MidiUnavailableException.


MidiUnavailableException

public MidiUnavailableException(String s)
Create an MidiUnavailableException object.

Parameters:
s - the exception message string