Package io.joynr.exceptions
Class DiscoveryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.joynr.exceptions.JoynrRuntimeException
-
- io.joynr.exceptions.DiscoveryException
-
- All Implemented Interfaces:
JoynrException,JoynrType,Serializable
- Direct Known Subclasses:
NoCompatibleProviderFoundException
public class DiscoveryException extends JoynrRuntimeException
Joynr exception to report errors during discovery.- 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 DiscoveryException(String message)Constructor for a DiscoveryException 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
-
DiscoveryException
public DiscoveryException(String message)
Constructor for a DiscoveryException with detail message.- Parameters:
message- further description of the reported discovery error
-
-