Milyn-Tinak Version 0.6.1

org.milyn.device.ident
Class UnknownDeviceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.milyn.device.ident.UnknownDeviceException
All Implemented Interfaces:
java.io.Serializable

public class UnknownDeviceException
extends java.lang.Exception

Unknown device exception.

Author:
Tom Fennelly
See Also:
Serialized Form

Constructor Summary
UnknownDeviceException()
          Public constructor.
UnknownDeviceException(java.lang.String message)
          Public constructor.
 
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

UnknownDeviceException

public UnknownDeviceException()
Public constructor.


UnknownDeviceException

public UnknownDeviceException(java.lang.String message)
Public constructor.


Milyn-Tinak Version 0.6.1