public static class DrmSession.DrmSessionException
extends java.lang.Exception
DrmSession| Constructor and Description |
|---|
DrmSessionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message and cause.
|
DrmSessionException(java.lang.Throwable cause)
Constructs a new exception with the given message and cause.
|
public DrmSessionException(java.lang.String message,
java.lang.Throwable cause)
message - human readable text explaining the error.cause - the actual for the error.public DrmSessionException(java.lang.Throwable cause)
cause - the actual for the error.