Package 

Class UnsupportedDrmException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class UnsupportedDrmException
    extends Exception
                        

    Exception thrown when the required level of DRM is not supported.

    • 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)