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