net.rim.device.api.drm
Class DRMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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. |
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