net.rim.device.api.drm
Class DRMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.rim.device.api.drm.DRMException

public class DRMException
extends Exception

A DRMException is used to indicate that an error has occurred while interacting with the DRM subsystem, typically in response to a request to install rights.

Since:
BlackBerry API 4.7.0

Constructor Summary
DRMException(String msg)
          Creates a new DRMException using the supplied detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Constructor Detail

DRMException

public DRMException(String msg)
Creates a new DRMException using the supplied detail message.

Parameters:
msg - The message describing this exception.
Since:
BlackBerry API 4.7.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal