Class DrmUtils.HttpExecutorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.castlabs.android.drm.DrmUtils.HttpExecutorException
All Implemented Interfaces:
Serializable
Enclosing class:
DrmUtils

public static final class DrmUtils.HttpExecutorException extends IOException
See Also:
  • Field Details

    • responseCode

      public final int responseCode
    • responseBody

      @Nullable public final String responseBody
    • responseHeaders

      @Nullable public final Map<String,List<String>> responseHeaders
    • cause

      @Nullable public final Throwable cause
  • Constructor Details

    • HttpExecutorException

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