Package com.brightcove.player.drm
Class DrmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.player.drm.DrmException
- All Implemented Interfaces:
Serializable
DRM exception is an immutable class that can be provide details related to an error that
was encountered while performing an DRM protected operation.
- See Also:
-
Constructor Summary
ConstructorDescriptionDrmException
(String message, Throwable cause) Constructs a new exception with the given message and cause.DrmException
(Throwable cause) Constructs a new exception with the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DrmException
Constructs a new exception with the given message and cause.- Parameters:
message
- human readable text explaining the error.cause
- the actual for the error.
-
DrmException
Constructs a new exception with the given message and cause.- Parameters:
cause
- the actual for the error.
-