CryptoException
Artifact: androidx.media3:media3-decoder
@UnstableApi
public class CryptoException extends Exception
Thrown when a non-platform component fails to decrypt data.
Summary
Public fields |
|
|---|---|
final int |
A component specific error code. |
Public constructors |
|---|
CryptoException(int errorCode, String message) |
Inherited methods |
|---|
Public fields
Public constructors
CryptoException
public CryptoException(int errorCode, String message)
| Parameters | |
|---|---|
int errorCode |
A component specific error code. |
String message |
The detail message. |