@InterfaceAudience.Private @InterfaceStability.Evolving public interface ForeignExceptionListener
Implementations must be thread-safe, because this is expected to be used to propagate exceptions from foreign threads.
Modifier and Type | Method and Description |
---|---|
void |
receive(ForeignException e)
Receive a ForeignException.
|
void receive(ForeignException e)
Implementers must ensure that this method is thread-safe.
e
- exception causing the error. Implementations must accept and handle null here.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.