DrmSession.DrmSessionException


public class DrmSession.DrmSessionException extends IOException


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

Summary

Public fields

final int

The PlaybackException.ErrorCode that corresponds to the failure.

Public constructors

DrmSessionException(
    Throwable cause,
    @PlaybackException.ErrorCode int errorCode
)

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public fields

errorCode

@PlaybackException.ErrorCode
public final int errorCode

The PlaybackException.ErrorCode that corresponds to the failure.

Public constructors

DrmSessionException

public DrmSessionException(
    Throwable cause,
    @PlaybackException.ErrorCode int errorCode
)