Class DrmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.player.drm.DrmException
All Implemented Interfaces:
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.
See Also:
  • Constructor Details

    • DrmException

      public 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

      public DrmException(Throwable cause)
      Constructs a new exception with the given message and cause.
      Parameters:
      cause - the actual for the error.