Package com.brightcove.player.render
Class UnsupportedDrmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.player.render.UnsupportedDrmException
- All Implemented Interfaces:
Serializable
Exception thrown when the required level of DRM is not supported.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
static final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionUnsupportedDrmException
(int reason) UnsupportedDrmException
(int reason, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-