Class MicroserviceErrorResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.client.RestClientException
org.springframework.web.client.RestClientResponseException
org.springframework.web.client.HttpStatusCodeException
org.springframework.web.client.HttpClientErrorException
org.qubership.integration.platform.runtime.catalog.rest.handler.exception.MicroserviceErrorResponseException
All Implemented Interfaces:
Serializable

public class MicroserviceErrorResponseException extends org.springframework.web.client.HttpClientErrorException
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.web.client.HttpClientErrorException

    org.springframework.web.client.HttpClientErrorException.BadRequest, org.springframework.web.client.HttpClientErrorException.Conflict, org.springframework.web.client.HttpClientErrorException.Forbidden, org.springframework.web.client.HttpClientErrorException.Gone, org.springframework.web.client.HttpClientErrorException.MethodNotAllowed, org.springframework.web.client.HttpClientErrorException.NotAcceptable, org.springframework.web.client.HttpClientErrorException.NotFound, org.springframework.web.client.HttpClientErrorException.TooManyRequests, org.springframework.web.client.HttpClientErrorException.Unauthorized, org.springframework.web.client.HttpClientErrorException.UnprocessableEntity, org.springframework.web.client.HttpClientErrorException.UnsupportedMediaType
  • Constructor Summary

    Constructors
    Constructor
    Description
    MicroserviceErrorResponseException(String message, org.springframework.http.HttpStatus httpStatus, org.springframework.http.HttpHeaders headers)
     
  • Method Summary

    Methods inherited from class org.springframework.web.client.HttpClientErrorException

    create, create

    Methods inherited from class org.springframework.web.client.RestClientResponseException

    getRawStatusCode, getResponseBodyAs, getResponseBodyAs, getResponseBodyAsByteArray, getResponseBodyAsString, getResponseBodyAsString, getResponseHeaders, getStatusCode, getStatusText, setBodyConvertFunction

    Methods inherited from class org.springframework.core.NestedRuntimeException

    contains, getMostSpecificCause, getRootCause

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MicroserviceErrorResponseException

      public MicroserviceErrorResponseException(String message, @NonNull org.springframework.http.HttpStatus httpStatus, org.springframework.http.HttpHeaders headers)