Class DecryptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.android.exoplayer2.drm.DecryptionException
-
- All Implemented Interfaces:
Serializable
public class DecryptionException extends Exception
Thrown when a non-platform component fails to decrypt data.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description interrorCodeA component specific error code.
-
Constructor Summary
Constructors Constructor Description DecryptionException(int errorCode, String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DecryptionException
public DecryptionException(int errorCode, String message)- Parameters:
errorCode- A component specific error code.message- The detail message.
-
-