Class DrmUtils.HttpExecutorException

    • Field Detail

      • responseCode

        public final int responseCode
      • responseBody

        @Nullable
        public final String responseBody
      • cause

        @Nullable
        public final Throwable cause
    • Constructor Detail

      • HttpExecutorException

        public HttpExecutorException​(int responseCode,
                                     @Nullable
                                     String responseBody,
                                     @Nullable
                                     Map<String,​List<String>> responseHeaders,
                                     @Nullable
                                     Throwable cause)