public class TransportNotSupported extends Exception
Transport is not supported by the server. The exception can be handled using a Function:
class Function<TransportNotSupported>() {
public void on(TransportNotSupported ex) {
}
}
| Constructor and Description |
|---|
TransportNotSupported(int statusCode,
String reasonPhrase) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2015. All Rights Reserved.