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
detail
public Throwable 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)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
toString
public String toString()
- Overrides:
toString
in class Throwable