- 
                    
                    - All Implemented Interfaces:
- 
                            
                            java.io.Serializable
 
 public class IncompleteHandshakeException extends RuntimeException exception which indicates that a incomplete handshake was received 
- 
                
                    
                    
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final intpreferredSize
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description IncompleteHandshakeException(int preferredSize)constructor for a IncompleteHandshakeException IncompleteHandshakeException()constructor for a IncompleteHandshakeExceptionpreferredSize will be 0 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description intgetPreferredSize()Getter preferredSize - 
                                            
                                        
                                            Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        IncompleteHandshakeExceptionIncompleteHandshakeException(int preferredSize) constructor for a IncompleteHandshakeException- Parameters:
- preferredSize- the preferred size
 
 - 
                                        IncompleteHandshakeExceptionIncompleteHandshakeException() constructor for a IncompleteHandshakeExceptionpreferredSize will be 0
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getPreferredSizeint getPreferredSize() Getter preferredSize 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-