Class EngineClientLogger

    • Constructor Detail

      • EngineClientLogger

        public EngineClientLogger()
    • Method Detail

      • exceptionWhileReceivingResponse

        protected EngineClientException exceptionWhileReceivingResponse​(org.apache.http.HttpRequest httpRequest,
                                                                        org.apache.http.client.HttpResponseException e)
      • exceptionWhileEstablishingConnection

        protected EngineClientException exceptionWhileEstablishingConnection​(org.apache.http.HttpRequest httpRequest,
                                                                             java.io.IOException e)
      • exceptionWhileClosingResourceStream

        protected <T> void exceptionWhileClosingResourceStream​(T response,
                                                               java.io.IOException e)
      • exceptionWhileParsingJsonObject

        protected <T> EngineClientException exceptionWhileParsingJsonObject​(java.lang.Class<T> responseDtoClass,
                                                                            java.lang.Throwable t)
      • exceptionWhileMappingJsonObject

        protected <T> EngineClientException exceptionWhileMappingJsonObject​(java.lang.Class<T> responseDtoClass,
                                                                            java.lang.Throwable t)
      • exceptionWhileDeserializingJsonObject

        protected <T> EngineClientException exceptionWhileDeserializingJsonObject​(java.lang.Class<T> responseDtoClass,
                                                                                  java.lang.Throwable t)
      • exceptionWhileSerializingJsonObject

        protected <D extends RequestDtoEngineClientException exceptionWhileSerializingJsonObject​(D dto,
                                                                                                   java.lang.Throwable t)
      • requestInterceptorException

        public void requestInterceptorException​(java.lang.Throwable e)