Class UnsupportedDrmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.player.render.UnsupportedDrmException
All Implemented Interfaces:
Serializable

public final class UnsupportedDrmException extends Exception
Exception thrown when the required level of DRM is not supported.
See Also:
  • Field Details

    • REASON_NO_DRM

      public static final int REASON_NO_DRM
      See Also:
    • REASON_UNSUPPORTED_SCHEME

      public static final int REASON_UNSUPPORTED_SCHEME
      See Also:
    • REASON_UNKNOWN

      public static final int REASON_UNKNOWN
      See Also:
    • reason

      public final int reason
  • Constructor Details

    • UnsupportedDrmException

      public UnsupportedDrmException(int reason)
    • UnsupportedDrmException

      public UnsupportedDrmException(int reason, Exception cause)