Class TransportRegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.freedesktop.dbus.exceptions.TransportRegistrationException
All Implemented Interfaces:
Serializable

public class TransportRegistrationException extends RuntimeException
Thrown if registration of transport providers fails.
Since:
v4.0.0 - 2021-09-08
Author:
hypfvieh
See Also:
  • Constructor Details

    • TransportRegistrationException

      public TransportRegistrationException(String _message, Throwable _cause)
    • TransportRegistrationException

      public TransportRegistrationException(String _message)