Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
12c (12.2.1.1)
E68346-01
-
-
Constructor Summary
Constructors
Constructor and Description |
HttpProtocolException(LocaleMessage message,
int status,
Map<String,String> headers) |
HttpProtocolException(LocaleMessage message,
int status,
Map<String,String> headers,
String body) |
HttpProtocolException(LocaleMessage message,
int status,
Map<String,String> headers,
String body,
String uri) |
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Constructor Detail
-
HttpProtocolException
public HttpProtocolException(LocaleMessage message,
int status,
Map<String,String> headers,
String body)
- Parameters:
message
- the detail message.
status
- the http status code
headers
- the http headers
body
- the http response body
-
HttpProtocolException
public HttpProtocolException(LocaleMessage message,
int status,
Map<String,String> headers,
String body,
String uri)
- Parameters:
message
- the detail message.
status
- the http status code
headers
- the http headers
body
- the http response body
uri
- the http uri
-
Method Detail
-
getStatus
public int getStatus()
- Returns:
- the http status code
-
getBody
public String getBody()
- Returns:
- the http response body if any
-
getUri
public String getUri()
- Returns:
- the http uri if any
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
12c (12.2.1.1)
E68346-01
Copyright © 2008, 2016, Oracle and/or its affiliates. All rights reserved.