public class

DrmSession.DrmSessionException

extends java.io.IOException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

↳androidx.media3.exoplayer.drm.DrmSession.DrmSessionException

Overview

Wraps the throwable which is the cause of the error state.

Summary

Fields
public final interrorCode

The that corresponds to the failure.

Constructors
publicDrmSessionException(java.lang.Throwable cause, int errorCode)

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Fields

public final int errorCode

The that corresponds to the failure.

Constructors

public DrmSessionException(java.lang.Throwable cause, int errorCode)