Package org.apache.pekko.discovery
Class ServiceDiscovery.DiscoveryTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.discovery.ServiceDiscovery.DiscoveryTimeoutException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ServiceDiscovery
Future returned by resolve(name, timeout) should be failed with this exception
if the underlying mechanism was unable to resolve the name within the given timeout.
It is up to each implementation to implement timeouts.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiscoveryTimeoutException
-