Class DeviceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionException

public class DeviceException extends RuntimeException
Base exception for all device-related errors.

This exception hierarchy allows the frontend to handle device errors in a structured and consistent manner.

See Also: