-
- All Implemented Interfaces:
-
java.io.Serializable
public class DrmException extends Exception
DRM exception is an immutable class that can be provide details related to an error that was encountered while performing an DRM protected operation.
-
-
Constructor Summary
Constructors Constructor Description DrmException(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
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DrmException
DrmException(String message, Throwable cause)
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
DrmException(Throwable cause)
Constructs a new exception with the given message and cause.- Parameters:
cause
- the actual for the error.
-
-
-
-