|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.esri.gpt.framework.http.HttpClientException
com.esri.gpt.framework.http.HttpClient401Exception
public class HttpClient401Exception
Represents an exception throws when a a remote client requests authorization credentials.
| Constructor Summary | |
|---|---|
HttpClient401Exception(String msg)
Construct with a supplied exception message. |
|
| Method Summary | |
|---|---|
String |
generateHostBasedRealm()
Creates a realm based upon the host:port for the underlying URL. |
String |
getRealm()
Gets the authentication realm associated with the request that failed. |
String |
getScheme()
Gets the authentication scheme associated with the request that failed. |
String |
getUrl()
Gets the URL associated with the request that failed. |
void |
setRealm(String realm)
Sets the authentication realm associated with the request that failed. |
void |
setScheme(String scheme)
Sets the authentication scheme associated with the request that failed. |
void |
setUrl(String url)
Sets the URL associated with the request that failed. |
| Methods inherited from class com.esri.gpt.framework.http.HttpClientException |
|---|
getHttpStatusCode |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HttpClient401Exception(String msg)
msg - the exception message| Method Detail |
|---|
public String getRealm()
public void setRealm(String realm)
realm - the authentication realmpublic String getScheme()
public void setScheme(String scheme)
scheme - the authentication schemepublic String getUrl()
public void setUrl(String url)
url - the request URLpublic String generateHostBasedRealm()
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||