public class ServerException extends RuntimeException
| 构造器和说明 |
|---|
ServerException(String message) |
ServerException(String message,
Object... args) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
cause() |
String |
exception() |
static ServerException |
fromResponse(javax.ws.rs.core.Response response) |
Throwable |
getCause() |
String |
getMessage() |
String |
message() |
int |
status() |
void |
status(int status) |
String |
toString() |
public ServerException(String message)
public static ServerException fromResponse(javax.ws.rs.core.Response response)
public String exception()
public String message()
public String cause()
public String getMessage()
getMessage 在类中 Throwablepublic void status(int status)
public int status()
Copyright © 2020. All rights reserved.