public class TransportNotSupported
extends java.lang.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,
java.lang.String reasonPhrase) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
java.lang.String |
toString() |
Copyright © 2019. All Rights Reserved.