com.confusionists.mjdjApi.morph
Class DeviceNotFoundException

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

public class DeviceNotFoundException
extends java.lang.Exception

Used by Morph implementers to indicate a Device that was expected but not found.

Author:
DanielRosenstark [at_sign] confusionists.com
See Also:
Serialized Form

Field Summary
 java.lang.String deviceName
           
 
Constructor Summary
DeviceNotFoundException(java.lang.String deviceName)
           
 
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
 

Field Detail

deviceName

public java.lang.String deviceName
Constructor Detail

DeviceNotFoundException

public DeviceNotFoundException(java.lang.String deviceName)
Parameters:
deviceName - can be any String. This is used merely for logging and information purposes