Package joynr.exceptions
Class ProviderRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.joynr.exceptions.JoynrRuntimeException
-
- joynr.exceptions.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
-
-
Field Summary
-
Fields inherited from interface io.joynr.exceptions.JoynrException
JSON_FIELD_NAME_MESSAGE, JSON_FIELD_NAME_TYPE
-
-
Constructor Summary
Constructors Constructor Description ProviderRuntimeException(String message)Constructor for a ProviderRuntimeException with detail message.
-
Method Summary
-
Methods inherited from class io.joynr.exceptions.JoynrRuntimeException
equals, getMessage, hashCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProviderRuntimeException
public ProviderRuntimeException(String message)
Constructor for a ProviderRuntimeException with detail message.- Parameters:
message- further description of the reported error
-
-