Uses of Class
org.refcodes.web.Url
-
Uses of Url in org.refcodes.web
Subclasses of Url in org.refcodes.webModifier and TypeClassDescriptionclassTheUrlBuilderextends an immutableUrlwith mutable functionality.Fields in org.refcodes.web declared as UrlMethods in org.refcodes.web that return UrlModifier and TypeMethodDescriptionBaseUrlAccessor.getBaseUrl()Retrieves the base URL (protocol, host, port, locator) from the base URL (protocol, host, port, locator) property.HttpClientContextBuilder.getBaseUrl()Retrieves the base URL (protocol, host, port, locator) from the base URL (protocol, host, port, locator) property.AbstractHttpRequest.getUrl()BasicAuthRequest.getUrl()HttpClientResponse.getUrl()HttpStatusException.getUrl()HttpStatusRuntimeException.getUrl()UrlAccessor.getUrl()default UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(String aProtocol, String aHost) This method stores and passes through (being produced to anURL) the given arguments, which is very useful for builder APIs.default UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(String aProtocol, String aHost, int aPort) This method stores and passes through (being produced to anURL) the given arguments, which is very useful for builder APIs.default UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(String aProtocol, String aHost, int aPort, String aPath) This method stores and passes through (being produced to anURL) the given arguments, which is very useful for builder APIs.default UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(String aProtocol, String aHost, String aPath) This method stores and passes through (being produced to anURL) the given arguments, which is very useful for builder APIs.default UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(org.refcodes.data.Scheme aScheme, String aHost) This method stores and passes through (being produced to anUrl) the given arguments, which is very useful for builder APIs.default UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(org.refcodes.data.Scheme aScheme, String aHost, int aPort) This method stores and passes through (being produced to anUrl) the given arguments, which is very useful for builder APIs.default UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath) This method stores and passes through (being produced to anURL) the given arguments, which is very useful for builder APIs.default UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(org.refcodes.data.Scheme aScheme, String aHost, String aPath) This method stores and passes through (being produced to anUrl) the given arguments, which is very useful for builder APIs.default UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(Url aBaseUrl) This method stores and passes through the given argument, which is very useful for builder APIs.default UrlThis method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenUrl(setter) as ofUrlAccessor.UrlMutator.setUrl(Url)and returns the very same value (getter).Methods in org.refcodes.web with parameters of type UrlModifier and TypeMethodDescriptiondefault UrlBaseUrlAccessor.BaseUrlProperty.letBaseUrl(Url aBaseUrl) This method stores and passes through the given argument, which is very useful for builder APIs.default UrlThis method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenUrl(setter) as ofUrlAccessor.UrlMutator.setUrl(Url)and returns the very same value (getter).voidBaseUrlAccessor.BaseUrlMutator.setBaseUrl(Url aBaseUrl) Sets the baseUrl(protocol, host, port, path) for the base URL (protocol, host, port, path) property.voidHttpClientContextBuilder.setBaseUrl(Url aBaseUrl) Sets the baseUrl(protocol, host, port, path) for the base URL (protocol, host, port, path) property.voidSets the Url for theUrlproperty.BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(Url aBaseUrl) Sets the baseUrl(protocol, host, port, path) for the base URL (protocol, host, port, path) property.HttpClientContextBuilder.withBaseUrl(Url aBaseUrl) Sets the baseUrl(protocol, host, port, path) for the base URL (protocol, host, port, path) property.Sets the Url for theUrlproperty.Constructors in org.refcodes.web with parameters of type UrlModifierConstructorDescriptionAbstractHttpRequest(HttpMethod aHttpMethod, Url aUrl) Constructs aHttpRequestwith all required attributes.AbstractHttpRequest(HttpMethod aHttpMethod, Url aUrl, RequestHeaderFields aHeaderFields) Constructs aHttpRequestwith all required attributes.BadGatewayException(String aMessage, Url aUrl) Instantiates a new according exception.BadGatewayException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.BadGatewayException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.BadGatewayException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadGatewayException(Url aUrl, Throwable aCause) Instantiates a new according exception.BadGatewayException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadGatewayRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.BadGatewayRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.BadGatewayRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.BadGatewayRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadGatewayRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.BadGatewayRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadInvocationException(String aMessage, Url aUrl) Instantiates a new according exception.BadInvocationException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.BadInvocationException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.BadInvocationException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadInvocationException(Url aUrl, Throwable aCause) Instantiates a new according exception.BadInvocationException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadInvocationRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.BadInvocationRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.BadInvocationRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.BadInvocationRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadInvocationRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.BadInvocationRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadRequestException(String aMessage, Url aUrl) Instantiates a new according exception.BadRequestException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.BadRequestException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.BadRequestException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadRequestException(Url aUrl, Throwable aCause) Instantiates a new according exception.BadRequestException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadRequestRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.BadRequestRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.BadRequestRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.BadRequestRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadRequestRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.BadRequestRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadResponseException(String aMessage, Url aUrl) Instantiates a new according exception.BadResponseException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.BadResponseException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.BadResponseException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadResponseException(Url aUrl, Throwable aCause) Instantiates a new according exception.BadResponseException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadResponseRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.BadResponseRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.BadResponseRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.BadResponseRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BadResponseRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.BadResponseRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.BasicAuthFailureException(String aMessage, Url aUrl) BasicAuthFailureException(String aMessage, Url aUrl, String aErrorCode) BasicAuthFailureException(String aMessage, Url aUrl, Throwable aCause) BasicAuthFailureException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) BasicAuthFailureException(Url aUrl, Throwable aCause) BasicAuthFailureException(Url aUrl, Throwable aCause, String aErrorCode) BasicAuthFailureRuntimeException(String aMessage, Url aUrl) BasicAuthFailureRuntimeException(String aMessage, Url aUrl, String aErrorCode) BasicAuthFailureRuntimeException(String aMessage, Url aUrl, Throwable aCause) BasicAuthFailureRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) BasicAuthFailureRuntimeException(Url aUrl, Throwable aCause) BasicAuthFailureRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) BasicAuthRequest(HttpMethod aHttpMethod, Url aUrl, BasicAuthCredentials aCredentials) Constructs aBasicAuthRequestinstance with required attributes.BasicAuthRequiredException(String aMessage, Url aUrl) BasicAuthRequiredException(String aMessage, Url aUrl, String aErrorCode) BasicAuthRequiredException(String aMessage, Url aUrl, Throwable aCause) BasicAuthRequiredException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) BasicAuthRequiredException(Url aUrl, Throwable aCause) BasicAuthRequiredException(Url aUrl, Throwable aCause, String aErrorCode) BasicAuthRequiredRuntimeException(String aMessage, Url aUrl) BasicAuthRequiredRuntimeException(String aMessage, Url aUrl, String aErrorCode) BasicAuthRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause) BasicAuthRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) BasicAuthRequiredRuntimeException(Url aUrl, Throwable aCause) BasicAuthRequiredRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) ConflictException(String aMessage, Url aUrl) Instantiates a new according exception.ConflictException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ConflictException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ConflictException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ConflictException(Url aUrl, Throwable aCause) Instantiates a new according exception.ConflictException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ConflictRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.ConflictRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ConflictRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ConflictRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ConflictRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.ConflictRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ExpectationFailedException(String aMessage, Url aUrl) Instantiates a new according exception.ExpectationFailedException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ExpectationFailedException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ExpectationFailedException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ExpectationFailedException(Url aUrl, Throwable aCause) Instantiates a new according exception.ExpectationFailedException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ExpectationFailedRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.ExpectationFailedRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ExpectationFailedRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ExpectationFailedRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ExpectationFailedRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.ExpectationFailedRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.FailedDependencyException(String aMessage, Url aUrl) Instantiates a new according exception.FailedDependencyException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.FailedDependencyException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.FailedDependencyException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.FailedDependencyException(Url aUrl, Throwable aCause) Instantiates a new according exception.FailedDependencyException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.FailedDependencyRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.FailedDependencyRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.FailedDependencyRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.FailedDependencyRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.FailedDependencyRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.FailedDependencyRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ForbiddenException(String aMessage, Url aUrl) Instantiates a new according exception.ForbiddenException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ForbiddenException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ForbiddenException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ForbiddenException(Url aUrl, Throwable aCause) Instantiates a new according exception.ForbiddenException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ForbiddenRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.ForbiddenRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ForbiddenRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ForbiddenRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ForbiddenRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.ForbiddenRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.GatewayTimeoutException(String aMessage, Url aUrl) Instantiates a new according exception.GatewayTimeoutException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.GatewayTimeoutException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.GatewayTimeoutException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.GatewayTimeoutException(Url aUrl, Throwable aCause) Instantiates a new according exception.GatewayTimeoutException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.GatewayTimeoutRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.GatewayTimeoutRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.GatewayTimeoutRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.GatewayTimeoutRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.GatewayTimeoutRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.GatewayTimeoutRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.GoneException(String aMessage, Url aUrl) Instantiates a new according exception.GoneException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.GoneException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.GoneException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.GoneException(Url aUrl, Throwable aCause) Instantiates a new according exception.GoneException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.GoneRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.GoneRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.GoneRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.GoneRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.GoneRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.GoneRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.HttpClientContextBuilder(Url aBaseUrl, org.refcodes.security.TrustStoreDescriptor aTrustStoreDescriptor) Constructs aHttpClientContextwith the given data.HttpClientRequest(HttpMethod aHttpMethod, Url aUrl, int aRedirectDepth, MediaTypeFactoryLookup aMediaTypeFactoryLookup) Instantiates a new http client request impl.HttpClientRequest(HttpMethod aHttpMethod, Url aUrl, Object aRequest, int aRedirectDepth, MediaTypeFactoryLookup aMediaTypeFactoryLookup) Instantiates a new http client request impl.HttpClientRequest(HttpMethod aHttpMethod, Url aUrl, Object aRequest, MediaTypeFactoryLookup aMediaTypeFactoryLookup) Instantiates a new http client request impl.HttpClientRequest(HttpMethod aHttpMethod, Url aUrl, MediaTypeFactoryLookup aMediaTypeFactoryLookup) Instantiates a new http client request impl.HttpClientRequest(HttpMethod aHttpMethod, Url aUrl, RequestHeaderFields aHeaderFields, Object aRequest, int aRedirectDepth, MediaTypeFactoryLookup aMediaTypeFactoryLookup) Instantiates a new http client request impl.HttpClientRequest(HttpMethod aHttpMethod, Url aUrl, RequestHeaderFields aHeaderFields, Object aRequest, MediaTypeFactoryLookup aMediaTypeFactoryLookup) Instantiates a new http client request impl.HttpClientResponse(Url aUrl, HttpStatusCode aHttpStatusCode, ResponseHeaderFields aHeaderFields, InputStream aHttpInputStream, MediaTypeFactoryLookup aMediaTypeFactoryLookup) Constructs aHttpClientResponsewith all required attributes.HttpClientResponse(Url aUrl, ResponseHeaderFields aHeaderFields, MediaTypeFactoryLookup aMediaTypeFactoryLookup) Constructs aHttpClientResponsewith all available attributes.HttpResponseException(String aMessage, HttpStatusCode aStatusCode, Url aUrl) HttpResponseException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, String aErrorCode) HttpResponseException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, Throwable aCause) HttpResponseException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, Throwable aCause, String aErrorCode) HttpResponseException(HttpStatusCode aStatusCode, Url aUrl, Throwable aCause) HttpResponseException(HttpStatusCode aStatusCode, Url aUrl, Throwable aCause, String aErrorCode) HttpResponseRuntimeException(String aMessage, HttpStatusCode aStatusCode, Url aUrl) HttpResponseRuntimeException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, String aErrorCode) HttpResponseRuntimeException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, Throwable aCause) HttpResponseRuntimeException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, Throwable aCause, String aErrorCode) HttpResponseRuntimeException(HttpStatusCode aStatusCode, Url aUrl, Throwable aCause) HttpResponseRuntimeException(HttpStatusCode aStatusCode, Url aUrl, Throwable aCause, String aErrorCode) HttpServerRequest(HttpMethod aHttpMethod, Url aUrl, RequestHeaderFields aHeaderFields, InputStream aHttpInputStream, MediaTypeFactoryLookup aMediaTypeFactoryLookup) Constructs aHttpServerRequestwith all required attributes.HttpStatusException(String aMessage, HttpStatusCode aStatusCode, Url aUrl) HttpStatusException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, String aErrorCode) HttpStatusException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, Throwable aCause) HttpStatusException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, Throwable aCause, String aErrorCode) HttpStatusException(HttpStatusCode aStatusCode, Url aUrl, Throwable aCause) HttpStatusException(HttpStatusCode aStatusCode, Url aUrl, Throwable aCause, String aErrorCode) HttpStatusRuntimeException(String aMessage, HttpStatusCode aStatusCode, Url aUrl) HttpStatusRuntimeException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, String aErrorCode) HttpStatusRuntimeException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, Throwable aCause) HttpStatusRuntimeException(String aMessage, HttpStatusCode aStatusCode, Url aUrl, Throwable aCause, String aErrorCode) HttpStatusRuntimeException(HttpStatusCode aStatusCode, Url aUrl, Throwable aCause) HttpStatusRuntimeException(HttpStatusCode aStatusCode, Url aUrl, Throwable aCause, String aErrorCode) HttpVersionNotSupportedException(String aMessage, Url aUrl) Instantiates a new according exception.HttpVersionNotSupportedException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.HttpVersionNotSupportedException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.HttpVersionNotSupportedException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.HttpVersionNotSupportedException(Url aUrl, Throwable aCause) Instantiates a new according exception.HttpVersionNotSupportedException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.HttpVersionNotSupportedRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.HttpVersionNotSupportedRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.HttpVersionNotSupportedRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.HttpVersionNotSupportedRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.HttpVersionNotSupportedRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.HttpVersionNotSupportedRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InsufficientSpaceOnResourceException(String aMessage, Url aUrl) Instantiates a new according exception.InsufficientSpaceOnResourceException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.InsufficientSpaceOnResourceException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.InsufficientSpaceOnResourceException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InsufficientSpaceOnResourceException(Url aUrl, Throwable aCause) Instantiates a new according exception.InsufficientSpaceOnResourceException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InsufficientSpaceOnResourceRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.InsufficientSpaceOnResourceRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.InsufficientSpaceOnResourceRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.InsufficientSpaceOnResourceRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InsufficientSpaceOnResourceRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.InsufficientSpaceOnResourceRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InsufficientStorageException(String aMessage, Url aUrl) Instantiates a new according exception.InsufficientStorageException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.InsufficientStorageException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.InsufficientStorageException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InsufficientStorageException(Url aUrl, Throwable aCause) Instantiates a new according exception.InsufficientStorageException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InsufficientStorageRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.InsufficientStorageRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.InsufficientStorageRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.InsufficientStorageRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InsufficientStorageRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.InsufficientStorageRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InternalClientErrorException(String aMessage, Url aUrl) Instantiates a new according exception.InternalClientErrorException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.InternalClientErrorException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.InternalClientErrorException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InternalClientErrorException(Url aUrl, Throwable aCause) Instantiates a new according exception.InternalClientErrorException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InternalClientErrorRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.InternalClientErrorRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.InternalClientErrorRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.InternalClientErrorRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InternalClientErrorRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.InternalClientErrorRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InternalServerErrorException(String aMessage, Url aUrl) Instantiates a new according exception.InternalServerErrorException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.InternalServerErrorException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.InternalServerErrorException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InternalServerErrorException(Url aUrl, Throwable aCause) Instantiates a new according exception.InternalServerErrorException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InternalServerErrorRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.InternalServerErrorRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.InternalServerErrorRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.InternalServerErrorRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.InternalServerErrorRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.InternalServerErrorRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.LengthRequiredException(String aMessage, Url aUrl) Instantiates a new according exception.LengthRequiredException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.LengthRequiredException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.LengthRequiredException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.LengthRequiredException(Url aUrl, Throwable aCause) Instantiates a new according exception.LengthRequiredException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.LengthRequiredRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.LengthRequiredRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.LengthRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.LengthRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.LengthRequiredRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.LengthRequiredRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.LockedException(String aMessage, Url aUrl) Instantiates a new according exception.LockedException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.LockedException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.LockedException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.LockedException(Url aUrl, Throwable aCause) Instantiates a new according exception.LockedException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.LockedRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.LockedRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.LockedRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.LockedRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.LockedRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.LockedRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MethodFailureException(String aMessage, Url aUrl) Instantiates a new according exception.MethodFailureException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MethodFailureException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MethodFailureException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MethodFailureException(Url aUrl, Throwable aCause) Instantiates a new according exception.MethodFailureException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MethodFailureRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.MethodFailureRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MethodFailureRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MethodFailureRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MethodFailureRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.MethodFailureRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MethodNotAllowedException(String aMessage, Url aUrl) Instantiates a new according exception.MethodNotAllowedException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MethodNotAllowedException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MethodNotAllowedException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MethodNotAllowedException(Url aUrl, Throwable aCause) Instantiates a new according exception.MethodNotAllowedException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MethodNotAllowedRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.MethodNotAllowedRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MethodNotAllowedRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MethodNotAllowedRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MethodNotAllowedRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.MethodNotAllowedRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MovedPermanentlyException(String aMessage, Url aUrl) Instantiates a new according exception.MovedPermanentlyException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MovedPermanentlyException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MovedPermanentlyException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MovedPermanentlyException(Url aUrl, Throwable aCause) Instantiates a new according exception.MovedPermanentlyException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MovedPermanentlyRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.MovedPermanentlyRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MovedPermanentlyRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MovedPermanentlyRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MovedPermanentlyRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.MovedPermanentlyRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MovedTemporarilyException(String aMessage, Url aUrl) Instantiates a new according exception.MovedTemporarilyException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MovedTemporarilyException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MovedTemporarilyException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MovedTemporarilyException(Url aUrl, Throwable aCause) Instantiates a new according exception.MovedTemporarilyException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MovedTemporarilyRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.MovedTemporarilyRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MovedTemporarilyRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MovedTemporarilyRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MovedTemporarilyRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.MovedTemporarilyRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MultipleChoicesException(String aMessage, Url aUrl) Instantiates a new according exception.MultipleChoicesException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MultipleChoicesException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MultipleChoicesException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MultipleChoicesException(Url aUrl, Throwable aCause) Instantiates a new according exception.MultipleChoicesException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MultipleChoicesRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.MultipleChoicesRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MultipleChoicesRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MultipleChoicesRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MultipleChoicesRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.MultipleChoicesRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MultiStatusException(String aMessage, Url aUrl) Instantiates a new according exception.MultiStatusException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MultiStatusException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MultiStatusException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MultiStatusException(Url aUrl, Throwable aCause) Instantiates a new according exception.MultiStatusException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MultiStatusRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.MultiStatusRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.MultiStatusRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.MultiStatusRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.MultiStatusRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.MultiStatusRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NoContentException(String aMessage, Url aUrl) Instantiates a new according exception.NoContentException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NoContentException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NoContentException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NoContentException(Url aUrl, Throwable aCause) Instantiates a new according exception.NoContentException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NoContentRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.NoContentRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NoContentRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NoContentRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NoContentRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.NoContentRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NonAuthoritativeInformationException(String aMessage, Url aUrl) Instantiates a new according exception.NonAuthoritativeInformationException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NonAuthoritativeInformationException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NonAuthoritativeInformationException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NonAuthoritativeInformationException(Url aUrl, Throwable aCause) Instantiates a new according exception.NonAuthoritativeInformationException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NonAuthoritativeInformationRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.NonAuthoritativeInformationRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NonAuthoritativeInformationRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NonAuthoritativeInformationRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NonAuthoritativeInformationRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.NonAuthoritativeInformationRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotAcceptableException(String aMessage, Url aUrl) Instantiates a new according exception.NotAcceptableException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NotAcceptableException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NotAcceptableException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotAcceptableException(Url aUrl, Throwable aCause) Instantiates a new according exception.NotAcceptableException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotAcceptableRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.NotAcceptableRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NotAcceptableRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NotAcceptableRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotAcceptableRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.NotAcceptableRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotFoundException(String aMessage, Url aUrl) Instantiates a new according exception.NotFoundException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NotFoundException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NotFoundException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotFoundException(Url aUrl, Throwable aCause) Instantiates a new according exception.NotFoundException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotFoundRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.NotFoundRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NotFoundRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NotFoundRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotFoundRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.NotFoundRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotImplementedException(String aMessage, Url aUrl) Instantiates a new according exception.NotImplementedException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NotImplementedException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NotImplementedException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotImplementedException(Url aUrl, Throwable aCause) Instantiates a new according exception.NotImplementedException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotImplementedRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.NotImplementedRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NotImplementedRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NotImplementedRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotImplementedRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.NotImplementedRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotModifiedException(String aMessage, Url aUrl) Instantiates a new according exception.NotModifiedException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NotModifiedException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NotModifiedException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotModifiedException(Url aUrl, Throwable aCause) Instantiates a new according exception.NotModifiedException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotModifiedRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.NotModifiedRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.NotModifiedRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.NotModifiedRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.NotModifiedRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.NotModifiedRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PartialContentException(String aMessage, Url aUrl) Instantiates a new according exception.PartialContentException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.PartialContentException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.PartialContentException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PartialContentException(Url aUrl, Throwable aCause) Instantiates a new according exception.PartialContentException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PartialContentRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.PartialContentRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.PartialContentRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.PartialContentRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PartialContentRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.PartialContentRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PaymentRequiredException(String aMessage, Url aUrl) Instantiates a new according exception.PaymentRequiredException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.PaymentRequiredException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.PaymentRequiredException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PaymentRequiredException(Url aUrl, Throwable aCause) Instantiates a new according exception.PaymentRequiredException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PaymentRequiredRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.PaymentRequiredRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.PaymentRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.PaymentRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PaymentRequiredRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.PaymentRequiredRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PreconditionFailedException(String aMessage, Url aUrl) Instantiates a new according exception.PreconditionFailedException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.PreconditionFailedException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.PreconditionFailedException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PreconditionFailedException(Url aUrl, Throwable aCause) Instantiates a new according exception.PreconditionFailedException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PreconditionFailedRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.PreconditionFailedRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.PreconditionFailedRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.PreconditionFailedRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.PreconditionFailedRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.PreconditionFailedRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ProxyAuthenticationRequiredException(String aMessage, Url aUrl) Instantiates a new according exception.ProxyAuthenticationRequiredException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ProxyAuthenticationRequiredException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ProxyAuthenticationRequiredException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ProxyAuthenticationRequiredException(Url aUrl, Throwable aCause) Instantiates a new according exception.ProxyAuthenticationRequiredException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ProxyAuthenticationRequiredRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.ProxyAuthenticationRequiredRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ProxyAuthenticationRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ProxyAuthenticationRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ProxyAuthenticationRequiredRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.ProxyAuthenticationRequiredRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ReauthenticationRequiredException(String aMessage, Url aUrl) Instantiates a new according exception.ReauthenticationRequiredException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ReauthenticationRequiredException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ReauthenticationRequiredException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ReauthenticationRequiredException(Url aUrl, Throwable aCause) Instantiates a new according exception.ReauthenticationRequiredException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ReauthenticationRequiredRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.ReauthenticationRequiredRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ReauthenticationRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ReauthenticationRequiredRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ReauthenticationRequiredRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.ReauthenticationRequiredRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestedRangeNotSatisfiableException(String aMessage, Url aUrl) Instantiates a new according exception.RequestedRangeNotSatisfiableException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.RequestedRangeNotSatisfiableException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.RequestedRangeNotSatisfiableException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestedRangeNotSatisfiableException(Url aUrl, Throwable aCause) Instantiates a new according exception.RequestedRangeNotSatisfiableException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestedRangeNotSatisfiableRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.RequestedRangeNotSatisfiableRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.RequestedRangeNotSatisfiableRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.RequestedRangeNotSatisfiableRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestedRangeNotSatisfiableRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.RequestedRangeNotSatisfiableRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestTimeoutException(String aMessage, Url aUrl) Instantiates a new according exception.RequestTimeoutException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.RequestTimeoutException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.RequestTimeoutException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestTimeoutException(Url aUrl, Throwable aCause) Instantiates a new according exception.RequestTimeoutException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestTimeoutRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.RequestTimeoutRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.RequestTimeoutRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.RequestTimeoutRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestTimeoutRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.RequestTimeoutRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestTooLongException(String aMessage, Url aUrl) Instantiates a new according exception.RequestTooLongException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.RequestTooLongException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.RequestTooLongException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestTooLongException(Url aUrl, Throwable aCause) Instantiates a new according exception.RequestTooLongException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestTooLongRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.RequestTooLongRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.RequestTooLongRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.RequestTooLongRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestTooLongRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.RequestTooLongRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestUriTooLongException(String aMessage, Url aUrl) Instantiates a new according exception.RequestUriTooLongException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.RequestUriTooLongException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.RequestUriTooLongException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestUriTooLongException(Url aUrl, Throwable aCause) Instantiates a new according exception.RequestUriTooLongException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestUriTooLongRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.RequestUriTooLongRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.RequestUriTooLongRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.RequestUriTooLongRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.RequestUriTooLongRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.RequestUriTooLongRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ResetContentException(String aMessage, Url aUrl) Instantiates a new according exception.ResetContentException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ResetContentException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ResetContentException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ResetContentException(Url aUrl, Throwable aCause) Instantiates a new according exception.ResetContentException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ResetContentRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.ResetContentRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ResetContentRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ResetContentRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ResetContentRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.ResetContentRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.SeeOtherException(String aMessage, Url aUrl) Instantiates a new according exception.SeeOtherException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.SeeOtherException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.SeeOtherException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.SeeOtherException(Url aUrl, Throwable aCause) Instantiates a new according exception.SeeOtherException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.SeeOtherRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.SeeOtherRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.SeeOtherRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.SeeOtherRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.SeeOtherRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.SeeOtherRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ServiceUnavailableException(String aMessage, Url aUrl) Instantiates a new according exception.ServiceUnavailableException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ServiceUnavailableException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ServiceUnavailableException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ServiceUnavailableException(Url aUrl, Throwable aCause) Instantiates a new according exception.ServiceUnavailableException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ServiceUnavailableRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.ServiceUnavailableRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.ServiceUnavailableRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.ServiceUnavailableRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.ServiceUnavailableRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.ServiceUnavailableRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.TemporaryRedirectException(String aMessage, Url aUrl) Instantiates a new according exception.TemporaryRedirectException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.TemporaryRedirectException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.TemporaryRedirectException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.TemporaryRedirectException(Url aUrl, Throwable aCause) Instantiates a new according exception.TemporaryRedirectException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.TemporaryRedirectRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.TemporaryRedirectRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.TemporaryRedirectRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.TemporaryRedirectRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.TemporaryRedirectRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.TemporaryRedirectRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnassignedStatusCodeException(int aHttpStatusCode, Url aUrl, Throwable aCause) Instantiates a new according exception.UnassignedStatusCodeException(int aHttpStatusCode, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnassignedStatusCodeException(String aMessage, int aHttpStatusCode, Url aUrl) Instantiates a new according exception.UnassignedStatusCodeException(String aMessage, int aHttpStatusCode, Url aUrl, String aErrorCode) Instantiates a new according exception.UnassignedStatusCodeException(String aMessage, int aHttpStatusCode, Url aUrl, Throwable aCause) Instantiates a new according exception.UnassignedStatusCodeException(String aMessage, int aHttpStatusCode, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnassignedStatusCodeRuntimeException(int aHttpStatusCode, Url aUrl, Throwable aCause) Instantiates a new according exception.UnassignedStatusCodeRuntimeException(int aHttpStatusCode, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnassignedStatusCodeRuntimeException(String aMessage, int aHttpStatusCode, Url aUrl) Instantiates a new according exception.UnassignedStatusCodeRuntimeException(String aMessage, int aHttpStatusCode, Url aUrl, String aErrorCode) Instantiates a new according exception.UnassignedStatusCodeRuntimeException(String aMessage, int aHttpStatusCode, Url aUrl, Throwable aCause) Instantiates a new according exception.UnassignedStatusCodeRuntimeException(String aMessage, int aHttpStatusCode, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnauthorizedException(String aMessage, Url aUrl) Instantiates a new according exception.UnauthorizedException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UnauthorizedException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UnauthorizedException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnauthorizedException(Url aUrl, Throwable aCause) Instantiates a new according exception.UnauthorizedException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnauthorizedRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.UnauthorizedRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UnauthorizedRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UnauthorizedRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnauthorizedRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.UnauthorizedRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnavailableForLegalReasonsException(String aMessage, Url aUrl) Instantiates a new according exception.UnavailableForLegalReasonsException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UnavailableForLegalReasonsException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UnavailableForLegalReasonsException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnavailableForLegalReasonsException(Url aUrl, Throwable aCause) Instantiates a new according exception.UnavailableForLegalReasonsException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnavailableForLegalReasonsRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.UnavailableForLegalReasonsRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UnavailableForLegalReasonsRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UnavailableForLegalReasonsRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnavailableForLegalReasonsRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.UnavailableForLegalReasonsRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnprocessableEntityException(String aMessage, Url aUrl) Instantiates a new according exception.UnprocessableEntityException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UnprocessableEntityException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UnprocessableEntityException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnprocessableEntityException(Url aUrl, Throwable aCause) Instantiates a new according exception.UnprocessableEntityException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnprocessableEntityRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.UnprocessableEntityRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UnprocessableEntityRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UnprocessableEntityRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnprocessableEntityRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.UnprocessableEntityRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnsupportedMediaTypeException(String aMessage, Url aUrl) Instantiates a new according exception.UnsupportedMediaTypeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UnsupportedMediaTypeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UnsupportedMediaTypeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnsupportedMediaTypeException(Url aUrl, Throwable aCause) Instantiates a new according exception.UnsupportedMediaTypeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnsupportedMediaTypeRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.UnsupportedMediaTypeRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UnsupportedMediaTypeRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UnsupportedMediaTypeRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UnsupportedMediaTypeRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.UnsupportedMediaTypeRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UrlBuilder(Url aUrl) UrlBuilder(Url aUrl, String... aPaths) UrlBuilder(Url aUrl, Url aOtherUrl) UseProxyException(String aMessage, Url aUrl) Instantiates a new according exception.UseProxyException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UseProxyException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UseProxyException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UseProxyException(Url aUrl, Throwable aCause) Instantiates a new according exception.UseProxyException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UseProxyRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.UseProxyRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.UseProxyRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.UseProxyRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.UseProxyRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.UseProxyRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.VersionNotSupportedException(String aMessage, Url aUrl) Instantiates a new according exception.VersionNotSupportedException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.VersionNotSupportedException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.VersionNotSupportedException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.VersionNotSupportedException(Url aUrl, Throwable aCause) Instantiates a new according exception.VersionNotSupportedException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.VersionNotSupportedRuntimeException(String aMessage, Url aUrl) Instantiates a new according exception.VersionNotSupportedRuntimeException(String aMessage, Url aUrl, String aErrorCode) Instantiates a new according exception.VersionNotSupportedRuntimeException(String aMessage, Url aUrl, Throwable aCause) Instantiates a new according exception.VersionNotSupportedRuntimeException(String aMessage, Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.VersionNotSupportedRuntimeException(Url aUrl, Throwable aCause) Instantiates a new according exception.VersionNotSupportedRuntimeException(Url aUrl, Throwable aCause, String aErrorCode) Instantiates a new according exception.