Class ProviderRuntimeException

  • All Implemented Interfaces:
    JoynrException, JoynrType, Serializable

    public class ProviderRuntimeException
    extends JoynrRuntimeException
    Joynr exception to report errors at the provider if no error enums are defined in the corresponding Franca model file. It will also be used to wrap an transmit unexpected exceptions which are thrown by the provider.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProviderRuntimeException

        public ProviderRuntimeException​(String message)
        Constructor for a ProviderRuntimeException with detail message.
        Parameters:
        message - further description of the reported error