agentland.device
Class DeviceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--agentland.device.DeviceException
All Implemented Interfaces:
Serializable

public class DeviceException
extends Exception

Basis for all device exceptions

See Also:
Serialized Form

Field Summary
 Throwable detail
           
 
Constructor Summary
DeviceException(String message)
           
DeviceException(String message, Throwable e)
          You can use this constructor to encapsulate another exception that was thrown within a method.
 
Method Summary
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

detail

public Throwable detail
Constructor Detail

DeviceException

public DeviceException(String message,
                       Throwable e)
You can use this constructor to encapsulate another exception that was thrown within a method.

DeviceException

public DeviceException(String message)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable