public class HandshakeFailureException extends NestedRuntimeException
By contrast, when handshake negotiation fails, the response status code will be 200
and the response headers and body will have been updated to reflect the cause for the
failure. A HandshakeHandler
implementation will have protected methods to
customize updates to the response in those cases.
Constructor and Description |
---|
HandshakeFailureException(String message) |
HandshakeFailureException(String message,
Throwable cause) |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString