Name

HandshakeInProgressException

Synopsis

This exception is never thrown to applications or services; it is thrown and caught internally in the secure pipe implementation to indicate that the pipe is not ready for transport because it has not completed its initialization. End-user applications and services see this as an IOException; the message of the IOException is “Handshake in progress.”

public class HandshakeInProgressException extends JxtaException {
// Public Constructors
   public HandshakeInProgressException();  
   public HandshakeInProgressException(String msg);  
}

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.