-
- All Implemented Interfaces:
-
java.io.Serializable
public final class UnsupportedDrmException extends Exception
Exception thrown when the required level of DRM is not supported.
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
REASON_NO_DRM
public final static int
REASON_UNSUPPORTED_SCHEME
public final static int
REASON_UNKNOWN
public final int
reason
-
Constructor Summary
Constructors Constructor Description UnsupportedDrmException(int reason)
UnsupportedDrmException(int reason, Exception cause)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UnsupportedDrmException
UnsupportedDrmException(int reason)
-
UnsupportedDrmException
UnsupportedDrmException(int reason, Exception cause)
-
-
-
-