public class HttpSecurityException extends HttpException
| Constructor and Description |
|---|
HttpSecurityException(java.lang.String response,
int receivedCode,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReceivedCode() |
getHeaderspublic HttpSecurityException(java.lang.String response,
int receivedCode,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
public int getReceivedCode()
getReceivedCode in class HttpException