Package com.lucimber.dbus.exception


package com.lucimber.dbus.exception
Standard D-Bus error types and exception mappings.

This package contains Java exception classes that correspond to standard D-Bus error names as defined in the D-Bus specification. Each exception represents a specific error condition that can occur during D-Bus communication.

Getting Started

For first-time users: You'll encounter these exceptions when handling InboundError messages. Check for specific exception types to handle different error conditions appropriately in your application.

The exceptions follow the D-Bus error naming convention and are automatically mapped to/from D-Bus error messages. Common exceptions include:

All exceptions extend AbstractException which provides the D-Bus error name mapping.

See Also: