public class NodeCommunicationException
extends org.eclipse.keyple.core.service.exception.KeypleException
This can happen, for example, if the remote node is unreachable or takes too long to respond.
| Constructor and Description |
|---|
NodeCommunicationException(java.lang.String message) |
NodeCommunicationException(java.lang.String message,
java.lang.Throwable cause)
Encapsulates a lower level external exception.
|
public NodeCommunicationException(java.lang.String message)
message - The message to identify the exception context.public NodeCommunicationException(java.lang.String message,
java.lang.Throwable cause)
message - The message to identify the exception context.cause - The cause.