Package feign

Class FeignException

    • Constructor Detail

      • FeignException

        protected FeignException​(int status,
                                 java.lang.String message,
                                 java.lang.Throwable cause)
      • FeignException

        protected FeignException​(int status,
                                 java.lang.String message,
                                 java.lang.Throwable cause,
                                 byte[] content)
      • FeignException

        protected FeignException​(int status,
                                 java.lang.String message)
      • FeignException

        protected FeignException​(int status,
                                 java.lang.String message,
                                 byte[] content)
    • Method Detail

      • status

        public int status()
      • content

        public byte[] content()
      • contentUTF8

        public java.lang.String contentUTF8()