public class ProtocolError extends FramingException
Constructor and Description |
---|
ProtocolError(String s) |
ProtocolError(String s,
Throwable throwable) |
ProtocolError(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
int |
getClosingCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProtocolError(String s)
public ProtocolError(Throwable throwable)
public int getClosingCode()
getClosingCode
in class FramingException
Copyright © 2015 Oracle Corporation. All rights reserved.