com.confusionists.mjdjApi.midiDevice
Class DeviceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.confusionists.mjdjApi.midiDevice.DeviceUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class DeviceUnavailableException
extends java.lang.Exception

Used by DeviceWrapper implementers to indicate a necessary device not being available.

See Also:
Serialized Form

Constructor Summary
DeviceUnavailableException(java.lang.String message, java.lang.Throwable cause)
           
DeviceUnavailableException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeviceUnavailableException

public DeviceUnavailableException(java.lang.Throwable cause)

DeviceUnavailableException

public DeviceUnavailableException(java.lang.String message,
                                  java.lang.Throwable cause)