public static final class UnauthorizedClient.Builder
extends java.lang.Object
UnauthorizedClient
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
UnauthorizedClient . |
Modifier and Type | Method and Description |
---|---|
UnauthorizedClient |
build() |
UnauthorizedClient.Builder |
setErrorDescription(java.lang.String errorDescription)
Human-readable ASCII text providing additional information, used to assist the
client developer in understanding the error that occurred.
|
UnauthorizedClient.Builder |
setErrorUri(java.net.URI errorUri)
A URI identifying a human-readable web page with information about the error,
used to provide the client developer with additional information about the
error.
|
public Builder()
UnauthorizedClient
.public UnauthorizedClient.Builder setErrorDescription(java.lang.String errorDescription)
errorDescription
- New value for the property.public UnauthorizedClient.Builder setErrorUri(java.net.URI errorUri)
errorUri
- New value for the property.public UnauthorizedClient build()