public class IncompleteHandshakeException extends RuntimeException
Constructor and Description |
---|
IncompleteHandshakeException()
constructor for a IncompleteHandshakeException
preferredSize will be 0
|
IncompleteHandshakeException(int preferredSize)
constructor for a IncompleteHandshakeException
|
Modifier and Type | Method and Description |
---|---|
int |
getPreferredSize()
Getter preferredSize
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompleteHandshakeException(int preferredSize)
preferredSize
- the preferred sizepublic IncompleteHandshakeException()
preferredSize will be 0
Copyright © 2021. All rights reserved.