Class ObjectPathException

All Implemented Interfaces:
Serializable

public class ObjectPathException extends RuntimeException
A RuntimeException that gets thrown by DBusObjectPath, if a marshalled DBusObjectPath cannot be parsed.
See Also:
  • Constructor Details

    • ObjectPathException

      public ObjectPathException(String message)
      Creates a new instance with a message.
      Parameters:
      message - the associated message
    • ObjectPathException

      public ObjectPathException(Throwable cause)
      Creates a new instance with a cause.
      Parameters:
      cause - the associated cause
    • ObjectPathException

      public ObjectPathException(String message, Throwable cause)
      Creates a new instance with a message and a cause.
      Parameters:
      message - the associated message
      cause - the associated cause